﻿
.dispNONE {
    display: none;
}

.dispBLOCK {
    display: block;
}

.playerHtml {
    width: 400px;
    height: 34px;
    background: white;
    margin-left: 21px;
    position: absolute;
    z-index: 9;
    top: 3px;
    opacity: 0.5;
}

.transperentPlayBar {
    position: absolute;
    z-index: 6;
    height: 34px;
    width: 100%;
    cursor:pointer;
}

.scrubBar {
    height: 18px;
    top: 16px;
    position: absolute;
}

.playTimeDisplay {
    float: right;
    padding: 4px 3px 0 0;
}

.clsPlayerHeader {
    position: relative;
}

#progressBarContainer {
    display: block;
    float: left;
    width: 200px;
}


/* for Showing TimeStamp */
.showtimeStamp {
    height: 10px;
    margin - top: 0px;
    position: absolute;
    width: 100 %;
}

.innerTimeStamp {
    float: left;
    height: 100 %;
    /*width: 39px;*/
    border-right: 1px solid #fff;
}

    .innerTimeStamp span {
        color: #000;
        float: right;
        font-family: arial;
        font-size: 8px;
        text-align: right;
    }
