
#wrapper {width:996px; margin:0 auto}
#container {position:relative; background:#fff;height:300px; }
.sliderbutton {float:left; width:25px; height:300px; cursor:pointer; position:absolute; display:none;}
#slideleft {background:url(images/icons.gif) -50px -265px no-repeat; left:0; z-index:9;}
#slideleft:hover {background-position:-0 -300px}
#slideright {background:url(images/icons.gif) 0 90px no-repeat;right:0; z-index:9;}
#slideright:hover {background-position:-50px 90px}
#slider { position:relative; overflow:auto; width:996px; height:300px;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:996px; height:300px}
.pagination {position:absolute; top:275px; right:20px; list-style:none; height:20px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, .pagination li.current {background:#4CB7E5}