#focus {
	width: 960px;
	height: 467px;
	clear: both;
	overflow: hidden;
	position: relative;
	float: left;
}

#focus ul {
	width: 960px;
	height: 467px;
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#focus ul li {
	float: left;
	width: 960px;
	height: 467px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#focus .preNext {
	width: 42px;
	height: 467px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#focus .pre {
	left: 0;
	background: url(../images/left.png) no-repeat left center;
}

#focus .next {
	right: 0;
	background: url(../images/right.png) no-repeat right center;
}

#focus .btn {
	height: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	z-index: 999;
}

#focus .btn span {
	width: 25px;
	height: 8px;
	border: 1px solid #fff;
	background: #77a914;
	display: inline-block;
	margin: 0 5px;
}
