@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); /*IE滤镜，透明度50%*/
-moz-opacity:0.8; /*Firefox私有，透明度50%*/
opacity:0.8;/*其他，透明度50%*/ }
.flash .pictab .num li.on { background: #FF7700; color: #FF7700;filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
-moz-opacity:0.8; /*Firefox私有，透明度50%*/
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 }
