#audio div.jp-audio,
#audio div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.2em;
	font-family:Georgia, serif;
	line-height:1.2;
	color: #666;
}
#audio div.jp-audio {
	width:98%;
	border: solid 1px #EEE;
	border-radius:10px;
	
}
#audio div.jp-interface {
	position: relative;
	width:75%;
}
#audio div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 50px;
}
#audio div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	position:relative;
	top:-14px;
}
#audio div.jp-interface ul.jp-controls li {
	display:inline;
	background: white;
	width:340px;
	height:14px;
}
#audio div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
	height:20px;
	color:black;
}
#audio a.jp-play,
#audio a.jp-pause {
	width:20px;
	height:20px;
	z-index:1;
}

#audio div.jp-audio div.jp-type-playlist a.jp-play,
#audio div.jp-audio div.jp-type-playlist a.jp-pause {
	top:26px;
	left:48px;
}
#audio div.jp-video a.jp-play,
#audio div.jp-video a.jp-pause {
	top:15px;
}
#audio a.jp-play {
	background: url(../../images/player/play-tm.gif) no-repeat;
}

#audio a.jp-pause {
	background: url(../../images/player/stop-tm.gif)  no-repeat;
	display: none;
}
/* 0 -42px */
#audio div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:148px;
}
/*

*/

#audio div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
#audio a.jp-previous {
	background: url(../../images/player/previous-tm.gif) no-repeat;
	width:28px;
	height:28px;
}
#audio div.jp-audio div.jp-type-playlist a.jp-next {
	left:82px;
	top:26px;
}
#audio a.jp-next {
background: url(../../images/player/next-tm.gif) no-repeat;
	width:28px;
	height:28px;
}
#audio div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
}
#audio div.jp-audio div.jp-type-playlist div.jp-progress {
	top:15px;
	left:164px;
	width:90px;
	height:9px;
}
#audio div.jp-seek-bar {
	background: #eee; 
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
#audio  div.jp-play-bar {
	background: url("bar.jpg") repeat-x ; 
	width:0px;
	/* height:15px; */
	height:100%;
}
#audio div.jp-volume-bar-value {
	background: url("volbar.jpg") repeat-x ; 
	width:80%;
	height:100%;
	top: -23px;
}
#audio div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

#audio a.jp-mute,
#audio a.jp-unmute {
	width:18px;
	height:15px;
	display:none;
}

#audio div.jp-audio div.jp-type-playlist a.jp-mute,
#audio div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:32px;
	left:296px;
}

#audio div.jp-audio div.jp-type-playlist div.jp-volume-bar {
    left: 324px;
    top: -32px;
    width:60px; 
    height:8px;
    border: solid 1px #F2F2F2;
}
#audio div.jp-audio div.jp-type-playlist div.jp-volume-bar:before {
		position: relative;
		top: -8px; left: -13px;
		content: '\002d';
}
#audio div.jp-audio div.jp-type-playlist div.jp-volume-bar:after {
		position: relative;
		top: -39px; left: 60px;
		content: '\002b';
}

#audio div.jp-current-time,
#audio div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
#audio div.jp-duration {
	text-align: right;
}
#audio div.jp-audio div.jp-type-playlist div.jp-current-time,
#audio div.jp-audio div.jp-type-playlist div.jp-duration {
	top:28px;
	left:140px;
	width:122px;
}
#audio  div.jp-playlist {
	/* width:418px; */
	width:75%;
	background-color:#FFF;
	height:420px;
	overflow-y: scroll; 
	margin-top: 2rem;
}
#audio  div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}
#audio  div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
#audio  div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
#audio div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
#audio div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
#audio div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}
#audio div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}
#audio  div.jp-jplayer {
	width:0px;
	height:0px;
}