@charset "utf-8";
/* CSS Document */

#container {position:relative; height:343px; background:url(../images/banner_image_bg.png) no-repeat 0 0; padding:0 0 0 10px;}
.sliderbutton {float:left; width:10px; height:235px; cursor:pointer}
#slideleft { background:none;}
#slideleft:hover {background-position:-0 -265px}
#slideright { background:none;}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:auto; width:396px; height:280px}
#slider ul {position:absolute; list-style:none; top:20px; left:0}
#slider li {float:left; width:436px; height:280px;}
.pagination {position:absolute; bottom:0; right:220px; 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}