@charset "utf-8";
#focus {
	width:660px;
	height:338px;
	overflow:hidden;
	position:relative;
}
#focus img {
	border:0;
	height: 338px;
	width: 660px;
}
#focus ul {
	position:absolute;
	margin: 0px;
	padding: 0px;
	height:338px;
}
#focus ul li {
	float:left;
	width:660px;
	height:338px;
	overflow:hidden;
	position:relative;
	background-color: #000000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
#focus .btnBg {
	position:absolute;
	width:658px;
	height:20px;
	left:0;
	bottom:0;
	background-color: #000000;
}
#focus .btn {
	position:absolute;
	width:660px;
	height:10px;
	right:0;
	bottom:0;
	text-align:right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:25px;
	height:10px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background-color: #FFFFFF;
}
#focus .btn span.on {
	background-color: #FFFFFF;
}
#focus .preNext {
	width:45px;
	height:100px;
	position:absolute;
	top:95px;
	cursor:pointer;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#focus .pre {
	left:0px;
}
#focus .next {
	right:0px;
	background-position:right top;
}