.popup-stream-player-container{
    width: 324px;
    height:356px;
    position:relative;
    background-image: url('../images/audiostreamingplayer/popupPlayerSkin.png');
    background-repeat:no-repeat;
    display: inline-block;
}

.audio-stream-controls{
    position:absolute;
   left: 108px;
    top: 114px;
}

.audio-stream-controls a{
    display:inline-block;
    width:40px;
    height:40px;
    background-image: url('../images/audiostreamingplayer/popupPlayerControls.png');
    background-repeat:no-repeat;
    overflow: hidden;
    position: relative;
    z-index:995;
}

.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:18px;
}

.audio-stream-controls a.volume-control:hover{
     background-position:-40px  -80px;
}

.audio-stream-controls a.volume-control-off{
    background-position: 0 -120px;
    left:18px;
}

.audio-stream-controls a.volume-control-off:hover{
     background-position:-40px  -120px;
}


/* Volume Bar */
.audio-volume-control {
    overflow: hidden;
    width: 0px;
    height: 20px;
    position: absolute;
    left: 205px;
    top: 123px;
    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');
}

.audio-volume-copy {
    position: relative;
    top: 5px;
    left: 2px;
    width: 30px;
    height: 10px;
    border-right: 1px solid #888;
    text-align:center;
}

.audio-volume-control p.audio-volume-copy {
    font-weight:normal;
    font-size:11px;
    text-transform:uppercase;
     color: #888888;
}

.sliderHolder{
     position: relative;
    top:-3px;
    left:40px;
    width:40px;
}
.audio-volume-slider {
     position: relative;
    top:0px;
    left:0px;
    width:35px;
    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;
    left: 0px;
    top: -11px;
    background: #FFFFFF;
    margin-left: -3px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;

    background-image: url('../images/audiostreamingplayer/volumeKnob.png');
    background-repeat:no-repeat;
}

/*Song Info*/
#audio-stream-container  .song-info{
    width:280px;
    height:22px;
    position:absolute;
    left:20px;
    top:78px;
    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;
}

.artist-image{
    position:absolute;
    left:10px;
    top:173px;
}
