/*动画处*/

.xulie_none {
	margin: 0px; padding: 0px; list-style-type: none; list-style-image: none;
}
.xulie_none li {
	margin: 0px; padding: 0px;
}



#focus {
	margin: 0px auto;overflow: hidden; position: relative; z-index:1;
}
#focus ul {
	width: 100%;  overflow: hidden; position: absolute;
}
#focus ul li {
	background: rgb(255, 255, 255); width:100%;overflow: hidden; float: left; display: inline; position: relative;
}
#focus ul li  img{width:100%;}
#focus ul li div {
	overflow: hidden; position: absolute;
}
#focus .btn {
	 padding: 5px 5px;  text-align: center; left:50%;margin:0 0 0 -65px;bottom: 0px; position: absolute;
}
#focus .btn span {
	background: #fff; width: 25px; height: 5px; margin-left: 5px; display: inline-block; cursor: pointer; _display: inline; _zoom: 1; _font-size: 0;
}
#focus .btn span.on {
	background-color: #fbac07;
}
#focus .preNext {
	top: 50%; margin-top:-50px;width: 45px; height: 100px; position: absolute; cursor: pointer; background-image: url("../swf/sprite.png"); background-repeat: no-repeat;
}
#focus .pre {
	left: 0px;
}
#focus .next {
	background-position: right top; right: 0px;
}