.ss6{
    font-family: Helvetica, Arial;
    text-align:left;position:relative;
    height: 1500px;
    z-index: 0;
}
.ss6 .panel {position:relative;text-align: left;}

.ss6 .panel .theimg {
    position: absolute;z-index:1; 
    display:none;left:0;top:0;
}
.ss6 .panel .play {position:absolute;z-index:4;display:none; cursor:pointer;}
 
.ss6 .panel .showing {
    z-index:3; display: block;
}
.ss6 .panel .following {
    z-index:2; display: block;
}

.ss6 .next {
    position: absolute; z-index:20; 
    right:10px;top:10px;
    background: url(./img/next_btn.png) no-repeat;
    width: 30px; height: 54px;  cursor:pointer;display:none;
}

.ss6 .prev {
    position: absolute; z-index:20;
    left:10px;top:10px;
    background: url(./img/prev_btn.png) no-repeat;
    width: 30px; height: 54px;  cursor:pointer;display:none;
}

.ss6 .caption {z-index:10000; background:#000000; opacity:0.6;padding: 0 20px;position: absolute; right:30px;bottom: 180px; max-width: 70%;display:none;}
.ss6 .caption .caption-text {color:#ffffff;height:35px;line-height: 35px;text-align: left; font-size:13px;font-weight:normal;}

.ss6 .thumb-caption {z-index:10000; background:#000000; padding: 0 5px;position: absolute; bottom: 152px; display: none; max-width: 70%; }
.ss6 .thumb-caption .caption-text {color:#ffffff;height:25px;line-height: 25px;text-align: left; font-size:13px;font-weight:normal;}


.ss6 .thumbs-wrapper {position:relative; height:130px; overflow: hidden;padding: 10px 0;}

.ss6 .thumbs-wrapper .thbtn {width: 30px; height:130px; position: absolute;z-index: 5; right:0; top:0; opacity: 0.5; display: none; cursor: pointer;
    background: #000000 url(./img/thumb_next_btn.png) 6px 50px no-repeat;
}
.ss6 .thumbs-wrapper .thbtn-over {opacity: 0.8;}

.ss6 .thumbs-wrapper .thprev {left:0; right:auto;background: #000000 url(./img/thumb_prev_btn.png) 6px 50px no-repeat;}

.ss6 .thumbs-scroller {overflow: auto; height: 160px; position: relative; z-index: 4; text-align: left;}

.ss6 .thumbs {text-align: left; float: none; height: 110px; white-space: nowrap; position: relative; z-index:4;}
.ss6 .thumbs .thumb {float:left; margin-right:9px; height: 110px;position:relative; overflow: hidden;}


.ss6 .thumbs .thumb .thoverlay { background: #000000; opacity: 0.6; height:110px; width:100%; z-index:2; position: absolute;cursor:pointer;}
.ss6 .thumbs .thumb .theimg  {cursor:pointer;z-index:1;min-height:110px;max-height: 100%;position: relative;}

.ss6 .thumbs .cur .thoverlay, .ss6 .thumbs .over .thoverlay { background-color: transparent; opacity: 1; }
.ss6 .thumbs .thembed .thoverlay { background-image: url(./img/thumb_video_icon.png); background-position: 10px bottom; background-repeat: no-repeat ;}

/*.ss6 .thumbs .thumb .play {position:absolute;z-index:2;}*/
