
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;
}
div.jp-interface {
	position: relative;
	background-color:#3f3f3f;
	width:447px;
	height:35px;
	border:0px solid #009be3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:16px 16px 16px 10px;
	
}
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 {
	overflow:hidden;
	text-indent:-9999px;
	z-index:99;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:10px;
	width:15px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:15px;
	width:15px;
	height:15px;
	
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:48px;
}
li.jp-play {
	background: url("controlbuttons.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("controlbuttons.jpg") -15px 0 no-repeat;
}
li.jp-pause {
	background: url("controlbuttons.jpg") 0 -15px no-repeat;
}
li.jp-pause:hover {
	background: url("controlbuttons.jpg") -15px -15px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:9px;
	background: url("controlbuttons.jpg") 0 -30px no-repeat;
	width:15px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:36px;
}
div.jp-playlist-player li.jp-stop {
	left:126px;
}
li.jp-stop:hover {
	background: url("controlbuttons.jpg") -15px -30px no-repeat;
}
/*li.jp-previous {
	position: absolute;
	left:10px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:88px;
	top:16px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}*/
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:15px;
	background: url("controlbuttons.jpg") 0 -99px repeat-x;
	width:150px;
	height:10px;
}
div.jp-single-player div.jp-progress {
	left:120px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("controlbuttons.jpg") 0 -88px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("controlbuttons.jpg") 0 -98px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:13px;
	background: url("controlbuttons.jpg") 0 -64px no-repeat;
	width:15px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:335px;
}
div.jp-playlist-player li.jp-volume-min {
	left:296px;
}
li.jp-volume-min:hover {
	background: url("controlbuttons.jpg") -15px -64px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:14px;
	background: url("controlbuttons.jpg") 0 -50px no-repeat;
	width:15px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:416px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("controlbuttons.jpg") -15px -50px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:17px;
	background: url("controlbuttons.jpg") 0 -82px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:357px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("controlbuttons.jpg") 0 -92px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:10px;
	width:122px;
	font-size:11px;
	font-style:normal;
	color:#fff;
	left:87px;
}
div.jp-total-time {
	text-align: left;
	right:0;
}
div.jp-single-player div.jp-play-time
/*div.jp-single-player div.jp-total-time*/ {
	left:62px;
	width:50px;
}
/*div.jp-playlist-player div.jp-play-time,*/
#jplayer_total_time.jp-total-time {
	left:284px;
	width:70px;
	z-index:1;
	top:11px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
	display:none;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
