@charset "utf-8";
#wcontainer {
	position: relative;
	height: 266px;
	width: 1000px;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#slider {
	float: left;
	position: relative;
	overflow: auto;
	width: 1000px;
	height: 266px
}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {
	float: left;
	width: 1000px;
	height: 266px
}
.pagination {
	position: absolute;
	top: 80px;
	right: 61px;
	list-style: none;
	height: 25px
}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}
