#focusindex {
	overflow:hidden;
	position:relative;
	height:576px;
}
#focusindex li {
	width:100%;
	overflow:hidden;
	position:absolute;
	height:576px;
}
#focusindex .btn {
	width:100%;
	height:30px;
	text-align:center;
	position:absolute;
	bottom:0;
	z-index:9
}
#focusindex .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	background:#ccc;
	width:14px;
	height:14px;
	_font-size:0;
	margin:5px;
	cursor:pointer;
	z-index:9;
	border-radius:50%
}
#focusindex .btn span.on {
	background:#be1920;
	z-index:9
}
#focusindex .preNext2 {
	background:url(../images/sprite2.png) no-repeat left top;
	width:44px;
	height:44px;
	position:absolute;
	top:50%;
	margin-top:-22px;
	cursor:pointer;
	z-index:9;
	opacity:0;
	/*transition:all 0.3s linear 0s;*/
}
#focusindex .pre2 {
	left:10%;
	z-index:9;
}
#focusindex .next2 {
	background-position:right top;
	right:10%;
	z-index:9
}
#focusindex:hover .preNext2 {
	opacity:0.5;
}
#focusindex:hover .pre2 {
	left:10%;
}
#focusindex:hover .pre2:hover {
	left:10%;
	background-position:left bottom;
}
#focusindex:hover .next2 {
	right:10%;
}
#focusindex:hover .next2:hover {
	right:10%;
	background-position:right bottom;
}
#focusindex .pre:hover, #focusindex .next:hover {
	opacity:1;
}