﻿@charset "utf-8";
.fullSlide{ position:relative; background:#000; margin:0 auto;width:100%;height:auto; }
.fullSlide .bd{ position:relative; z-index:0;height:auto;}
.fullSlide .bd li img{width:100%; vertical-align:top;} 
.fullSlide .hd{position:absolute; bottom:10px;width:100%;z-index:1; text-align:center;}
.fullSlide .hd ul{
  display: inline-block;
  margin:0 auto;
}
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; zoom:1; width:8px; height:8px; margin:5px 10px; background:url(../img/tg_flash.png) 8px 0; overflow:hidden; font-size:0;}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:46px; height:80px; position:absolute;top:50%;margin-top:-40px;background:url(../img/arrowA.png) 0 0 no-repeat;left: 0px;}
.fullSlide .next{  background-position:-50px 0;left: auto; right: 0px;}
.fullSlide .prev:hover{background:url(../img/arrowB.png) 0 0 no-repeat;}
.fullSlide .next:hover{background:url(../img/arrowB.png) -50px 0 no-repeat;}