.ss-player {
    background-color: #000000;
    position: relative;
}

.ss-player .player-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: white;
}

.ss-player .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 1000;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.ss-player .overlay .play-btn {
    width: 73px;
    height: 73px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    background-image: url(../../../images/flowplayer/btn_play.png);
}

.ss-player .splash {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.ss-player .login-slab {
    width: 18em;
    height: 6em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3em;
    margin-left: -9em;
    background-color: #FFFFFF;
    z-index: 2000;
    padding: 0.5em;
    font: normal bold 10pt Helvetica, sans-serif;
}

.ss-player #share-btn {
    position: absolute;
    z-index: 100;
    top: 1%;
    left: 93%;
    width: 27px;
    height: 27px;
    background-image: url(../../images/share-btn.png);
    cursor: pointer;
    cursor: hand;
}

.ss-player #share-btn-popup {
    display: none;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 0.8em;
    left: 40%;
    max-width: 50%;
    padding: 0.5%;
    position: absolute;
    top: 8%;
    z-index: 101;
}

.ss-player #share-btn-popup div {
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px;
    word-wrap: break-word;
}

.ss-player #share-btn-popup p {
    word-wrap: break-word;
}

.ss-player .login-slab input {
    border: 1px solid #000000;
    width: 12em;
}

.ss-player .login-slab .label {
    text-align: right;
}

.ss-player .login-slab .field {
    text-align: center;
}

.ss-player #qtplayer object {
    width: 100%;
    height: 96%;
}

.ss-player #qtclock {
    color: #FFFFFF;
    text-align: center;
    padding: 0.5em;
    font-size: 10pt;
    font-weight: bold;
}

.ss-player #qtplayer {
    width: 100%;
    height: 100%;
}

.ss-player .drm-info {
    color: #ffffff;
    text-align: center;
    padding: 1.0em;
}

.ss-player .podcast-container {
    width: 100%;
    height: 100%;
    background: url(../../images/podcast.jpg) no-repeat center center;
    background-size: 100% auto;
}

.ss-player .default-splash {
    background: url(../../../images/noThumbnail.jpg) no-repeat center center;
    background-size: 100% auto;
}