#player{position:relative;text-align:left}.player-container{height:32px;width:24px;overflow:hidden}.jp-play,.jp-pause1{width:19px;height:25px;display:block;overflow:hidden;text-indent:-9999px;cursor:pointer;-webkit-transition-property:background;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease}.jp-play{background-image:url(img/play.png)}.jp-play:hover{background:url(img/play_hover.png)}.jp-play:active{background:url(img/play_active.png)}.jp-pause1{background:url(img/pause.png);display:none}.jp-pause1:hover{background:url(img/pause_hover.png)}.jp-pause1:active{background:url(img/pause_active.png)}div.jp-volume-bar{overflow:hidden;width:17px;height:1px;padding:2px;cursor:pointer;background:url(img/volume.png);margin-top:2px;margin-left:0}div.jp-volume-bar-value{background:#9edcf6;border-radius:1px;height:2px}.player-container p span.play-channel-name,.player-container p span.play-track-name{color:#cc0090}