@charset "utf-8";
div.jp-single-player,
div.jp-playlist-player {
	font-size:1.25em;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
  top:-22px;
	background-color:#fff;
	width:580px;
	height:63px;
	border:1px solid #fff;
  border-bottom:1px dashed black;
}
div.jp-single-player div.jp-interface {border-bottom:none}

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;
	top:10px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:20px;
}
div.jp-playlist-player li.jp-play{left:28px}
div.jp-playlist-player li.jp-pause{left:26px}

li.jp-play {background: url("graphics/jplayer.sprite.jpg") 0 0 no-repeat}
li.jp-play:hover {background: url("graphics/jplayer.sprite.jpg") -41px 0 no-repeat}

li.jp-pause{background: url("graphics/jplayer.sprite.jpg") 0 -41px no-repeat}
li.jp-pause:hover {background: url("graphics/jplayer.sprite.jpg") -40px -41px no-repeat}

li.jp-stop {
	position: absolute;
	top:16px;
	background: url("graphics/jplayer.sprite.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:70px;
}
div.jp-playlist-player li.jp-stop {
	left:106px;
}
li.jp-stop:hover {
	background: url("graphics/jplayer.sprite.jpg") -29px -83px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:0;
	top:16px;
	background: url("graphics/jplayer.sprite.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("graphics/jplayer.sprite.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:68px;
	top:16px;
	background: url("graphics/jplayer.sprite.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("graphics/jplayer.sprite.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:24px;
	background-color: #eee;
	width:112px;
	height:12px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:200px;
}
div.jp-load-bar {
	background: url("graphics/jplayer.sprite.jpg") 0 -202px repeat-x;
	width:0px;
	height:12px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("graphics/jplayer.sprite.jpg") 0 -218px repeat-x ;
	width:0px;
	height:12px;
}
li.jp-volume-min {
	position: absolute;
	top:23px;
	background: url("graphics/jplayer.sprite.jpg") 0 -170px no-repeat;
	width:18px;
	height:12px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
  left:386px;
}
li.jp-volume-min:hover {
	background: url("graphics/jplayer.sprite.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:23px;
	background: url("graphics/jplayer.sprite.jpg") 0 -186px no-repeat;
	width:18px;
	height:12px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:468px;
}
li.jp-volume-max:hover {
	background: url("graphics/jplayer.sprite.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:24px;
	background: url("graphics/jplayer.sprite.jpg") 0 -250px repeat-x;
	width:56px;
	height:11px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:406px;
}
div.jp-volume-bar-value {
	background: url("graphics/jplayer.sprite.jpg") 0 -267px repeat-x;
	width:0px;
	height:12px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:23px;
	width:32px;
	font-size:.64em;
}
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 {left:168px}
div.jp-playlist-player div.jp-total-time {left:319px}


/* PLAYLIST
-------------------------------------- */
div.jp-playlist{width:580px; border-top:1px dashed black; margin-top:-17px; padding-top:10px}

div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#fff;
	border:1px solid #fff;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul{list-style-type:none; padding:10px 0;	margin:0 0 10px 0; background-color:#fff; border:1px solid #fff; width:580px; font-size:11px}
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:8px 4px; border-bottom:1px dashed #000; cursor:pointer; color:#000; line-height:14px}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current{color:#FFF; background-color:black; cursor:default}
div.jp-playlist-player div.jp-playlist li:hover{color:#000; background-color:#CCC}

.pl_title{font-weight:bold}
.pl_artists{display:block}
.pl_cd{color:#999}
