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

.pagination {float:right; list-style:none; height:0; margin:7px 0 0 0; }
.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; }