div.jp-audio{font-size:14px;font-family:Verdana, Arial, sans-serif;line-height:24px;color: #666;width:100%;}
div.jp-video-full div.jp-interface {position: absolute !important; position: relative; bottom: 0;left: 0;}
div.jp-interface {position: relative;background-color:#262748;width:100%;}
div.jp-audio div.jp-type-single div.jp-interface {height:60px;}

/* @group CONTROLS */
div.jp-interface ul.jp-controls {list-style-type:none;margin:0;padding:0;overflow:hidden;}
div.jp-audio ul.jp-controls {width:100%;padding:10px 20px;}
div.jp-interface ul.jp-controls a {display:block;overflow:hidden;text-indent:-9999px;}

a.jp-play, a.jp-pause, a.jp-mute, a.jp-unmute, a.jp-volume-max {width:36px;height:36px;background:url(img/play_icon.png);background-size:auto 72px;}
a.jp-play {background-position:-36px 0;}
a.jp-pause {background-position:-72px 0;}
a.jp-mute {background-position:-144px 0;margin-right:10px;}
a.jp-unmute {background-position:-72px -36px;margin-right:10px;}
a.jp-volume-max {background-position:-108px -36px;margin-right:10px;}

div.jp-volume-bar {position: absolute;overflow:hidden;background:#fff;width:15%;height:5px;border-radius:5px;cursor: pointer;}
div.jp-audio div.jp-volume-bar {top:25px;right:65px;}
div.jp-volume-bar-value {width:0px;height:5px;
	background: -moz-linear-gradient(0deg, #d165ff, #fc008b);
	background: -webkit-gradient(linear,0 50%,100% 50%,from(#d165ff),to(#fc008b));
	background: -webkit-linear-gradient(0deg, #d165ff, #fc008b);
	background: -o-linear-gradient(0deg, #d165ff, #fc008b);
}


div.jp-audio div.jp-progress {position:absolute;top:25px;height:5px;background:#fff;border-radius:5px;overflow:hidden;}
div.jp-audio div.jp-type-single div.jp-progress {left:65px;width:72%;}
div.jp-seek-bar {width:0px;height:100%;cursor:pointer;}
div.jp-play-bar {width:0px;height:100%;
	background: -moz-linear-gradient(0deg, #d165ff, #fc008b);
	background: -webkit-gradient(linear,0 50%,100% 50%,from(#d165ff),to(#fc008b));
	background: -webkit-linear-gradient(0deg, #d165ff, #fc008b);
	background: -o-linear-gradient(0deg, #d165ff, #fc008b);
}

div.jp-volume-bar {position: absolute;overflow:hidden;background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;width:46px;height:4px;cursor: pointer;}
div.jp-video div.jp-volume-bar {top:17px;left:50px;}
div.jp-volume-bar-value {background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;width:0px;height:5px;}

div.jp-audio div.jp-time-holder {position:absolute;top:4px;font-size:10px;color:#fff;font-weight:200;}
div.jp-audio div.jp-type-single div.jp-time-holder {left:65px;width:72%;}
div.jp-current-time {float:left;display:inline;}
div.jp-duration {float:right;display:inline;text-align: right;}
