@charset "UTF-8";

/**/
.flash .pictab .num { overflow:hidden; height: 15px; position: absolute; bottom:5px; left:45%; zoom:1; z-index:3 }
.flash .pictab .num li { width: 30px; height: 15px; line-height: 5px; text-align: center; color: #fff; background: #fff; margin-right: 10px;  cursor:pointer; float: left;filter:alpha(opacity=80); /*IE50%*/
-moz-opacity:0.8; /*Firefox50%*/
opacity:0.8;/*50%*/ }
.flash .pictab .num li.on { background: #FF7700; color: #FF7700;filter:alpha(opacity=80); /*IE50%*/
-moz-opacity:0.8; /*Firefox50%*/
opacity:0.8;/*50%*/ } /**/
/*  */
.flash .pictab .prev,
.flash .pictab .next { display: none; width: 40px; height: 100px; background: url(../flash/0btn.png) no-repeat; position: absolute; top: 162px;}
.flash .pictab .prev { left: 0; }
.flash .pictab .next { right: 0; background-position: right }
