div.jp-interface {
	position: relative;
	width:320px;
	height:40px;
	margin-top: 10px;
}
.jp-playlist-player h2 {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	width: 320px;
}
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;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	left:24px;
	top:0px;
	width:20px;
	height:20px;
	cursor: pointer;
}
li.jp-play {
	background: url("/images/sprites.png") -10px -10px no-repeat;
}
li.jp-play:hover {
	background: url("/images/sprites.png") -51px -10px no-repeat;
}
li.jp-pause {
	background: url("/images/sprites.png") -10px -52px no-repeat;
}
li.jp-pause:hover {
	background: url("/images/sprites.png") -52px -52px no-repeat;
}
li.jp-stop {
	position: absolute;
	left:72px;
	top:1px;
	background: url("/images/sprites.png") -6px -88px no-repeat;
	width:15px;
	height:18px;
	cursor: pointer;
}
li.jp-stop:hover {
	background: url("/images/sprites.png") -35px -88px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:0px;
	top:1px;
	background: url("/images/sprites.png") -3px -117px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("/images/sprites.png") -32px -117px no-repeat;
}
li.jp-next {
	position: absolute;
	left:48px;
	top:1px;
	background: url("/images/sprites.png") -3px -146px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("/images/sprites.png") -32px -146px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	left:100px;
	top:2px;
	background-color: #eee;
	width:122px;
	height:15px;
}
div.jp-load-bar {
	background: url("/images/bar_load.gif")	 top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	left:232px;
	top:2px;
	background: url("/images/sprites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
li.jp-volume-min:hover {
	background: url("/images/sprites.png") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	left:304px;
	top:2px;
	background: url("/images/sprites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
li.jp-volume-max:hover {
	background: url("/images/sprites.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	left:250px;
	top:7px;
	background: url("/images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: url("/images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	left:100px;
	top:18px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-playlist {
	width:320px;
}
div.jp-playlist ul{
	margin:0 0 10px 0;
	font-size: 12px;
	border-top:1px solid #eee;
}
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;
	cursor: default;
	background-color:#f3f3f3;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
#jplayer_playlist span {
	margin-right: 15px;
}

