/* CSS Document */
.slideBox{ width:998px; height:347px; overflow:hidden; position:relative; text-align:center;} 
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:10px; bottom:5px; z-index:1; } 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBox .hd ul li{ float:left; margin-right:5px;  width:12px; height:12px; line-height:12px; text-align:center; background:url(/images/banner_button.png) no-repeat; cursor:pointer; font-size:12px; color:#fff; text-align:center; padding:2px;} 
.slideBox .hd ul li.on{ background:url(/images/banner_current_button.png) no-repeat; } 
.slideBox .bd{ position:relative; height:100%; z-index:0;} 
.slideBox .bd li{ display:none; position:absolute; left:0; top:0; width:100%;} 
.slideBox .bd img{ width:998px; height:347px; } 