/******轮播图样式*********/
*{
    zoom:1
;}
.fullSlide{
    position:relative;
    background:#000;
    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;
    filter:alpha(opacity=60);
    opacity:0.6
;}
.fullSlide .hd ul{
    text-align:center;
    padding-top:5px;}
.fullSlide .hd ul li{
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:10px;
    height:10px;
    margin:5px;
    /*background:url(tg_flash_dot.png) -20px 0;*//*轮播图选择器无颜色*/
    background:url(tg_flash_dot_blue.jpg) -20px 0;/*轮播图选择器有颜色*/
    overflow:hidden;
    font-size:0;}
.fullSlide .hd ul .on{
    background-position:0 0;}

.fullSlide .prev,.fullSlide .next{
    z-index:1;
    display:block;
    width:55px;
    height:55px;
    position:relative;
    margin:-27% 0 0 3%;
    float:left;
    filter:alpha(opacity=40);
    opacity:0.4
;}
.fullSlide .next{
    background-position:right 0;
    float:right;
    margin-right:3%
;}
.fullSlide .prev:hover,.fullSlide .next:hover{
    filter:alpha(opacity=80);
    opacity:0.8
;}