div.jp-single-player,div.jp-playlist-player {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	float: left;
	clear: both;
	padding: 0 0 0 24px;
}
div.jp-interface {
	position: relative;
	width:260px;
	height: 50px;
}
div.jp-single-player div.jp-interface {border-bottom:none;}
div.jp-playlist-player div.jp-interface {}
div.jp-interface ul.jp-controls {list-style-type:none;padding:0;margin: 0;}
div.jp-interface ul.jp-controls li {position: absolute;}
div.jp-interface ul.jp-controls a {position: absolute;overflow:hidden;text-indent:-9999px;}
a.jp-play, a.jp-pause {
	top:6px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play, div.jp-single-player a.jp-pause {left:40px;}
div.jp-playlist-player a.jp-play, div.jp-playlist-player a.jp-pause {
	left:4px;
}
a.jp-play {background: url("side_img.jpg") 0 0 no-repeat;}
a.jp-play:hover {background: url("side_img.jpg") -41px 0 no-repeat;}
a.jp-pause {background: url("side_img.jpg") 0 -42px no-repeat;display: none;}
a.jp-pause:hover {background: url("side_img.jpg") -41px -42px no-repeat;}
a.jp-stop {
	top:16px;
	background: url("side_img.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {left:90px;}
div.jp-playlist-player a.jp-stop {
	left:51px;
}
a.jp-stop:hover {background: url("side_img.jpg") -29px -83px no-repeat;}
a.jp-previous {
	left:91px;
	top:16px;
	background: url("side_img.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {background: url("side_img.jpg") -29px -112px no-repeat;}
a.jp-next {
	left:127px;
	top:16px;
	background: url("side_img.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {background: url("side_img.jpg") -29px -141px no-repeat;}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:23px;
	background-color: #5B0000;
	width:185px;
	height:7px;
}
div.jp-single-player div.jp-progress {left:130px;}
div.jp-playlist-player div.jp-progress {
	left:53px;
}
div.jp-load-bar {background: url("side_img.jpg") 0 -202px repeat-x;width:0px;height:15px;cursor: pointer;}
div.jp-play-bar {background: url("side_img.jpg") 0 -218px repeat-x    ;width:0px;height:15px;}
a.jp-volume-min {
	top:76px;
	background: url("side_img.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {left:274px;}
div.jp-playlist-player a.jp-volume-min {
	left:-71px;
}
a.jp-volume-min:hover {background: url("side_img.jpg") -19px -170px no-repeat;}
a.jp-volume-max {
	top:77px;
	background: url("side_img.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {left:346px;}
div.jp-playlist-player a.jp-volume-max {
	left:5px;
}
a.jp-volume-max:hover {background: url("side_img.jpg") -19px -186px no-repeat;}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:83px;
	background: url("side_img.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {left:292px;}
div.jp-playlist-player div.jp-volume-bar {
	left:-47px;
}
div.jp-volume-bar-value {background: url("side_img.jpg") 0 -256px repeat-x;width:0px;height:5px;}
div.jp-play-time,div.jp-total-time {position: absolute;top:102px;width:122px;font-size:.64em;font-style:oblique;}
div.jp-total-time {text-align: right;}
div.jp-single-player div.jp-play-time,div.jp-single-player div.jp-total-time {left:130px;}
div.jp-playlist-player div.jp-play-time,div.jp-playlist-player div.jp-total-time {left:26px;}
div.jp-playlist {
	width:240px;
	margin: 0;

}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 5px;
	background-color:#820000;
	border-top:none;
	width:230px;
	font-size:0.72em;
}
div.jp-single-player div.jp-playlist li {padding:5px 0 5px 5px;font-weight:bold;}
div.jp-playlist-player div.jp-playlist li {padding:5px 0 5px 5px;border-bottom:1px solid #5b0000;}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {padding:5px 0 5px 5px;border-bottom:none;}
div.jp-playlist-player div.jp-playlist a {color: #fff;text-decoration: none;}
div.jp-playlist-player div.jp-playlist a:hover {color:#cc8080;}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {color:#fff;}
