.sliderbutton {float:left; width:32px;}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {float:left; position:relative; width:943px; height:348px; border:1px solid #c8c8c8; }
#slider ul {
	margin:0;
	padding:0;
	position:absolute;
	width:943px;
	height:348px;
	left:0px;
	top:0;
}
#slider li {float:left; width:943px; height:348px; list-style:none;}

.pagination {float:right; list-style:none; height:25px; margin:10px 0 0 -40px;}
.pagination li {float:left; cursor:pointer; background: url(img/pagination.png) no-repeat top left; margin:0 0 0 5px; text-align:center; width:16px; color:#abaeb7; padding:0; font-size:12px;}
.pagination li:hover {background-position:0 -15px; color:#cd000c;}
li.current {background-position:0 -15px; color:#cd000c; }
