@charset "utf-8";
.singleFlash .imglist span{ left:3px; bottom:4px; position:absolute; color:#fff; z-index:3;  cursor:default; text-indent:10px}
.imglist li{ text-align:center}

/*.pagelist{ width:100%; height:30px; text-align:center; z-index:11; position: absolute; right:20px; bottom:0; text-align:right;  }
*//*.pagelist li{position:relative;color:transparent;display: inline-block;*display:inline;width:22px;margin-right:5px;height:6px;background:#fff;  cursor:pointer;  float:none; line-height:6px}
.pagelist li.on{ background:#de6319; color:transparent}
*/
.pagelist {
    bottom: 5px;
    height: 30px;
    right: 20px;
    position: absolute;
    text-align: right;
    width: 100%;
    
    z-index: 11;
}
.pagelist li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 48px;
    height: 32px;
    line-height: 32px;
    position: relative;
    width: 15px;
    font-size:40px;
}
.pagelist li.on {
    color: #137d7d;
}
.singleFlash .prevs, .singleFlash .nexts {
    cursor: pointer;
    height: 48px;
    position: absolute;
    top: 70px;
    width: 29px;
    z-index: 10;
}
.singleFlash .prevs {
    background: rgba(0, 0, 0, 0) url("../images/left.png") repeat scroll 0 0;
    left: 3px;
}
.singleFlash .nexts {
    background: rgba(0, 0, 0, 0) url("../images/right.png") repeat scroll 0 0;
    right: 3px;
}
