﻿/*动画处*/

.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; padding: 0px 0px; width: 320px; height: 200px; overflow: hidden; position: relative; z-index:1;
}
#focus ul {
	width: 320px; height: 200px; overflow: hidden; position: absolute;
}
#focus ul li {
	background: rgb(255, 255, 255); width:320px; height: 200px; overflow: hidden; float: left; display: inline; position: relative;
}
#focus ul li div {
	overflow: hidden; position: absolute;
}
#focus .btn {
	padding: 5px 5px; width: 310px; height: 5px; text-align: center; bottom: 3px; position: absolute;
}
#focus .btn span {
	background: rgb(255, 255, 255); width: 25px; height: 5px; margin-left: 5px; display: inline-block; cursor: pointer; _display: inline; _zoom: 1; _font-size: 0;
}
#focus .btn span.on {
	background: rgb(255, 255, 255);
}
#focus .preNext {
	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;
}