﻿.sc-scrubber .sc-time-span img {
    height: 125px;
    width: 960px;
    background-color: black;
}

.sc-scrubber .sc-buffer, .sc-scrubber {
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 126px;
}

.sc-played {
    height: 126px;
}

.sc-scrubber .sc-played {
    border-right: 3px solid #ffd700;
    height: 154px;
    position: absolute;
}

    .sc-scrubber .sc-played .sc-position {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 16px;
        color: #fff;
    }
/* controls */
.sc-player .sc-controls a {
    color: transparent;
    background: url('../images/play.png') no-repeat;
    text-indent: -9999px;
}

    .sc-player .sc-controls a:hover {
        background: url('../images/play.png') no-repeat;
    }

    .sc-player .sc-controls a.sc-pause {
        background: url('../images/pause.png');
    }

        .sc-player .sc-controls a.sc-pause:hover {
            background: url('../images/play.png') no-repeat;
        }

.sc-player.playing .sc-controls a.sc-pause {
    background: url('../images/pause.png') no-repeat #333;
}

.sc-player.playing .sc-controls a.sc-pause {
    background: url('../images/pause.png') no-repeat;
}

.sc-scrubber .sc-time-indicators {
    background: #fff;
    color: red;
    padding: 4px;
    visibility: hidden;
}
/* Track listings*/
.sc-player ol.sc-trackslist li {
    padding: 5px;
    width: 164px;
    height: 109px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.sc-track-duration {
    background: url("../images/audio_time.png");
    color: #ffffff;
    width: 45px;
    text-align: center;
    position: absolute;
    right: 14px;
    top: -29px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
}

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
    background: url('../images/chapter_bg.png');
}

.sc-trackslist li a {
    height: 30px;
    margin: 86px 0 0;
    display: block;
    overflow: hidden;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.sc-track-duration {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    left: 104px;
    margin-left: 5px;
    padding: 3px 5px;
    text-align: center;
    top: 65px;
    width: 35px;
}
/* Track info*/
.sc-player .sc-info {
    background: #fff;
    opacity: 0.9;
}

.sc-player .sc-info-toggle {
    background: #fff;
    color: #003399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    padding: 4px;
}

    .sc-player .sc-info-toggle:hover {
        background: #003399;
        color: #eee;
    }

.sc-player .sc-info-close {
    background: #003399;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 4px;
    font-weight: bold;
}
/* remote control */
a.sc-remote-link {
    background: url('../images/play.png') top left no-repeat;
    padding-left: 20px;
    text-decoration: none;
}

    a.sc-remote-link.playing {
        background-image: url('../images/pause.png');
    }

#podcast_content {
    margin: 119px 0 0;
}

#chapter_next_sc {
    background: url("../images/right_arrow.png") no-repeat scroll center center #D1D1D1;
    height: 31px;
    width: 31px;
    float: right;
    margin: -234px 0 0;
    cursor: pointer;
}

#chapter_previous_sc {
    background: url("../images/left_arrow.png") no-repeat scroll center center #D1D1D1;
    float: left;
    height: 31px;
    margin: -75px 0 0;
    width: 31px;
    cursor: pointer;
}
