.jp-jplayer audio, .jp-jplayer {width:0px; height:0px;}
.jp-jplayer {background-color:#000000;}

.jp-audio-stream *:focus {outline:none;}
.jp-interface {position:relative; width:500px;}
.jp-audio-stream .jp-interface {height:60px;}

/* @group CONTROLS */
.jp-interface .jp-controls {margin:0; padding:0; overflow:hidden;}
.jp-audio-stream .jp-controls {position:absolute; top:0px; left:0px;}
.jp-controls button {display:block; float:left; overflow:hidden; text-indent:-9999px; border:none; cursor:pointer;}

.jp-play {width:59px; height:59px;}
.jp-play {background:url("../images/play.png") center no-repeat;}
.jp-play:focus {background:url("../images/play.png") center no-repeat;}

.jp-state-playing .jp-play {background:url("../images/pause.png") center no-repeat;}
.jp-state-playing .jp-play:focus {background:url("../images/pause.png") center no-repeat;}

/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {display:none;}
.jp-volume-controls {position:absolute; top:44px; left:190px; width:140px;}
.jp-volume-controls button {display:block; position:absolute; overflow:hidden; text-indent:-9999px; border:none; cursor:pointer;}

.jp-mute, .jp-volume-max {width:18px; height:15px;}
.jp-volume-max {right:0px;}
.jp-mute {background:url("../images/volmin0.png") no-repeat;}
.jp-mute:focus {background:url("../images/volmin1.png") no-repeat;}
.jp-state-muted .jp-mute {background:url("../images/volmin1.png") no-repeat;}
.jp-state-muted .jp-mute:focus {background:url("../images/volmin1.png") no-repeat;}
.jp-volume-max {background:url("../images/volmax0.png") no-repeat;}
.jp-volume-max:focus {background:url("../images/volmax1.png") no-repeat;}

.jp-volume-bar {position:absolute; overflow:hidden; background:url("../images/volsli0.png") no-repeat; top:5px; left:20px; width:100px; height:5px; cursor:pointer;}
.jp-volume-bar-value {background:url("../images/volsli1.png") no-repeat; width:0px; height:5px;}

/* @group NO SOLUTION error feedback */
.jp-no-solution {font-family:'Pontano Sans', sans-serif; color:#373737; font-size:13px; padding:5px; border:2px solid #373737; color:#373737; display:none;}
.jp-no-solution a {color:#f4f4f4;}
.jp-no-solution span {display:block; text-align:center; font-weight:bold;}
