@charset "utf-8";
/* CSS Document */

.focus #pic {
	width: 360px;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 3px solid #CCC;
}
.focus #pic ul {
	width: 1216px;
	height: 220px;
	float: left;
}
.focus #pic li {
	width: 360px;
	height: 220px;
	float: left;
}
.focus #pic li img {
	width: 360px;
	height: 220px;
	float: left;
}
.focus .tip-bg {
	width: 354px;
	height: 21px;
	background: url(../images/focus_tip_bg.png) no-repeat left top;
	position: absolute;
	left: 3px;
	bottom: 3px;
	z-index: 12;
	margin-left: 15px;
}
.focus #tip {
	width: 96px;
	height: 14px;
	position: absolute;
	left: 140px;
	bottom: 6px;
	z-index: 13;
}
.focus #tip ul li {
	width: 14px;
	height: 14px;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
	background: url(../images/focus_tip.png) no-repeat;
}
.focus #tip ul li.on {
	background: url(../images/focus_tip_current.png) no-repeat;
}
.focus .focusbtn {
	width: 42px;
	height: 12px;
	position: absolute;
	right: 15px;
	bottom: 5px;
	z-index: 14;
	overflow: hidden;
}
.focus .focusbtn ul {
	width: 42px;
	float: left;
	right: 3px;
	list-style: none;
	padding: 0px;
	bottom: 5px;
}
.focus .focusbtn li {
	width: 7px;
	height: 9px;
	float: left;
	display: inline;
	margin: 0 7px;
	cursor: pointer;
	overflow: hidden;
}
.focus .focusbtn li.prev {
	background: url(../images/focus_btn_left.png) no-repeat left top;
}
.focus .focusbtn li.next {
	background: url(../images/focus_btn_right.png) no-repeat left top;
}
