@charset "utf-8";

.slideBox{ height:401px; width:100%;overflow:hidden; position:relative;padding-bottom:20px; text-align:center;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:90px; bottom:0px; z-index:111;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
/* 切换的小图片背景图在这里设置 */
.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:10px; text-align:center; background:url(images/ico_leave.gif) no-repeat; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(images/ico_on.gif) no-repeat; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{height:401px; }
