@charset "utf-8";
/*图片列表*/
*{zoom:1}
.fullSlide{ position:relative;margin:0 auto; }
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top;} 

.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center; }
.fullSlide .hd ul{ text-align:center;  padding-top:5px;}
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/d_icon_1.png) -18px 0; overflow:hidden; font-size:0;}
.fullSlide .hd ul .on{ background-position:0 0;}

.fullSlide .prev{width:31px; height:32px; position:absolute; left:10px; top:45%; display:block; background:url(../images/arrows_left.png) center center no-repeat; }
.fullSlide .next{width:31px; height:32px; position:absolute; right:10px; top:45%; display:block; background:url(../images/arrows_right.png) center center no-repeat;}
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;}


