#slider {float:left; position:relative; overflow:auto; width:690px; height:230px;}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	width: 692px;
}
#slider li {float:left; width:690px; height:230px; padding-right:10px}

.pagination {
	position:absolute;
	list-style:none;
	height:8px;
	width:690px;
	left: 0px;
	top: 222px;
	z-index:3;
}
.pagination li {float:left; cursor:pointer; width:10px; height:8px; background:#2B2B2B; paddin:0; margin:0 2px 0 0; z-index:3;}
.pagination li:hover {background:#474747;}
li.current {background:#5C5C5C}

li#content {width:690px; height:230px;}

.sliderbutton {float:left; width:auto; padding 2px; font-size:22px; z-index:800; position:absolute; left:0; top:204px; cursor:pointer;}
.sliderbutton span {cursor:pointer; text-decoration:none; color:#666666; z-index:800}
.sliderbutton span:hover {color:#CCCCCC; z-index:800}

