/* audio Stream Player module */
.audio-stream-container{
    width: 974px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 10px;
}


.audio-stream-container .centercontent{
     float:left;
    background-image: url('../images/audiostreamingplayer/rdPlayer_bkgrd_full.png');
    background-repeat:repeat-x;
    width:974px;
    height:60px;
}

.audio-stream-container .centercontent .song-holder{
    width:616px;
    height:32px;
    padding:16px 0 0;
    position:relative;
    left:130px;
}

img.audio-stream-title{
    position:relative;
    left:40px;
    top:5px;
}

.audio-stream-container .centercontent .song-info{
    width:428px;
    height:22px;
    padding:2px 0;
    position:relative;
    left:178px;
    top:-21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    text-align: center;
}
.song-info p{
    font-weight:normal;
    font-size:11px;
}
.song-info p.artist-name{
    text-transform:uppercase;
     color: #e82c2e;
}

.song-info p.song-title{
     color: #888888;
}

.audio-stream-popupcontrol{
    width:39px;
    position: relative;
    left: 70px;
    top: -100px;
    z-index:801;
}

.audio-stream-popupcontrol a.popup-control{
    display:inline-block;
    width:39px;
    height:39px;
    background-image: url('../images/audiostreamingplayer/rdPlayer_popup_controls.png');
    background-repeat:no-repeat;
    overflow: hidden;
    position: relative;
    background-position: 0 0;
}

.audio-stream-popupcontrol a.popup-control:hover{
    background-position: -41px 0;
}

.audio-stream-controls{
    width:120px;
    position: relative;
    left: 775px;
    top: -39px;
        z-index:800;
}

.audio-stream-controls a{
    display:inline-block;
    width:39px;
    height:39px;
    background-image: url('../images/audiostreamingplayer/popupPlayerControls.png');
    background-repeat:no-repeat;
    overflow: hidden;
    position: relative;
}

.audio-stream-controls a.play-control{
    background-position: 0 0;
}

.audio-stream-controls a.play-control:hover{
     background-position: -40px 0;
}

.audio-stream-controls a.stop-control{
    background-position: 0 -40px;
}

.audio-stream-controls a.stop-control:hover{
    background-position: -40px -40px;
}

.audio-stream-controls a.volume-control{
    background-position: 0 -80px;
    left:12px;
}

.audio-stream-controls a.volume-control:hover{
     background-position:-40px  -80px;
}

.audio-stream-controls a.volume-control-off{
    background-position: 0 -120px;
    left:12px;
}

.audio-stream-controls a.volume-control-off:hover{
     background-position:-40px  -120px;
}

/* Volume Bar */
.audio-volume-control {
    overflow: hidden;
    width: 0px;
    height: 20px;
    position: relative;
    left: 863px;
    top: -72px;
    background-color: #FFFFFF;

    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius:  0 15px 15px 0;
    -o-border-radius:  0 15px 15px 0;
    border-radius:  0 15px 15px 0;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');


    background: -moz-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f6f6f6), color-stop(70%,#d5d8d8), color-stop(100%,#9b9c96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* IE10+ */
    background: linear-gradient(top, #f6f6f6 40%, #d5d8d8 70%, #9b9c96 100%); /* W3C */
}

.audio-volume-copy {
    position: relative;
    top: 5px;
    left: 2px;
    width: 30px;
    height: 10px;
    border-right: 1px solid #252525;
    text-align:center;
}

.audio-volume-control p.audio-volume-copy {
    font-weight:normal;
    font-size:11px;
    text-transform:uppercase;
     color: #252525;
}

.sliderHolder{
    position: relative;
    top:-3px;
    left:40px;
    width:55px;
}
.audio-volume-slider {
     position: relative;
    top:0px;
    left:0px;
    width:40px;
    height: 5px;
    background: #EEEEEE;
    text-align: center;
    overflow: hidden;

    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    
    -webkit-border-radius: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.audio-volume-knob {
    position: relative;
    width: 13px;
    height: 14px;
    top: -10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;

    background-image: url('../images/audiostreamingplayer/volumeKnob.png');
    background-repeat:no-repeat;

}
