
.fullSlide {
 position:relative;
 width:100%;
 background:#000;
 height:149px;
 overflow:hidden
}
.fullSlide .bd {
 z-index:0;
 position:relative;
 margin:0 auto;
 height:149px;
 overflow:hidden
}
.fullSlide .bd UL {
 width:100%!important
}
.fullSlide .bd LI {
 position:absolute;
 text-align:center;
 width:1920px;
 height:149px;
 margin-left:-960px;
 overflow:hidden;
 left:50%
}
.fullSlide .bd LI A {
 display:block;
 height:149px;
 color:#fff
}
.fullSlide .hd {
 z-index:1;
 position:absolute;
 line-height:30px;
 width:auto;
 bottom:15px;
 display:none;
 height:30px;
 left:45%
}
.fullSlide .hd UL {
 text-align:center;
 padding-left:2%;
 width:100%;
 height:30px
}
.fullSlide .hd UL LI {
 filter:alpha(opacity=50);
 line-height:999px;
 margin:1px;
 width:42px;
 zoom:1;
 display:inline-block;
 background:#fff;
 float:left;
 height:8px;
 overflow:hidden;
 cursor:pointer;
 opacity:.5
}
.fullSlide .hd UL .on {
 background:#f00
}
.fullSlide .prev {
 z-index:1;
 position:absolute;
 filter:alpha(opacity=50);
 margin-top:-30px;
 width:40px;
 display:none;
 background:url(../images/slider-arrow.png) #000 no-repeat -125px 50%;
 height:60px;
 top:50%;
 cursor:pointer;
 left:0;
 opacity:.5
}
.fullSlide .next {
 z-index:1;
 position:absolute;
 filter:alpha(opacity=50);
 margin-top:-30px;
 width:40px;
 display:none;
 background:url(../images/slider-arrow.png) #000 no-repeat -5px 50%;
 height:60px;
 top:50%;
 cursor:pointer;
 left:15%;
 opacity:.5
}
.fullSlide .next {
 right:0;
 left:auto
}
.fullSlide .bd .f_title {
 position:absolute;
 text-align:center;
 filter:alpha(opacity=0);
 line-height:30px;
 width:100%;
 bottom:1px;
 background:#000;
 height:30px;
 opacity:0
}