#player_container {
	position: relative;
	background:#FEFEFE url(/js/jPlayer/back.gif) no-repeat left bottom;
	width:auto;
	height:65px;
	border:1px solid #BDBCBD;
}
#player_container  ul#player_controls { list-style-type:none; padding:0; margin: 0;}
#player_container  ul#player_controls li { overflow:hidden; text-indent:-9999px;}

#player_play, #player_pause {
	display: block;
	position: absolute;
	left:35px;
	top:10px;
	width:20px;
	height:20px;
	cursor: pointer;
}
#player_play { background: url("/js/jplayer/spirites.gif") 0 0 no-repeat;}
#player_play.jqjp_hover { background: url("/js/jplayer/spirites.gif") -20px 0 no-repeat;}
#player_pause { background: url("/js/jplayer/spirites.gif") 0 -20px no-repeat;}
#player_pause.jqjp_hover { background: url("/js/jplayer/spirites.gif") -20px -20px no-repeat;}

#ctrl_prev, #ctrl_next, #player_stop { position: absolute; top:10px; width:20px; height:20px; cursor: pointer;}

#ctrl_prev { left:10px; background: url("/js/jplayer/spirites.gif") 0 -60px no-repeat; }
#ctrl_prev:hover {background: url("/js/jplayer/spirites.gif") -20px -60px no-repeat;}
#ctrl_prev.disabled { background: url("/js/jplayer/spirites.gif") -40px -60px no-repeat; cursor:default;}

#ctrl_next { left:60px; background: url("/js/jplayer/spirites.gif") 0 -80px no-repeat;}
#ctrl_next:hover { background: url("/js/jplayer/spirites.gif") -20px -80px no-repeat;}
#ctrl_next.disabled { background: url("/js/jplayer/spirites.gif") -40px -80px no-repeat; cursor:default;}

#player_stop { left:85px; background: url("/js/jplayer/spirites.gif") 0 -40px no-repeat;}
#player_stop.jqjp_hover { background: url("/js/jplayer/spirites.gif") -20px -40px no-repeat;}

#player_progress {
	position: absolute;
	left:40px;
	top:40px;
	background-color: #DFECF8;
	width:155px;
	height:13px;
}
#player_progress_load_bar {
	background: url("/js/jplayer/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("/js/jplayer/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("/js/jplayer/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}

#play_time, #total_time { position: absolute; left:10px; top:40px; width:218px; font-size:.8em; font-style:oblique; }

#total_time { text-align: right;}

#player_volume_min, #player_volume_max {
	position: absolute;
	top:12px;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min { left:138px; background: url("/js/jplayer/spirites.gif") 0 -100px no-repeat;}
#player_volume_max { left:205px; background: url("/js/jplayer/spirites.gif") 0 -115px no-repeat;}

#player_volume_min.jqjp_hover {background: url("/js/jplayer/spirites.gif") -20px -100px no-repeat;}
#player_volume_max.jqjp_hover {background: url("/js/jplayer/spirites.gif") -20px -115px no-repeat;}

#player_volume_bar {
	position: absolute;
	left:155px;
	top:17px;
	background: url("/js/jplayer/volume_bar.gif") repeat-x top left;
	width:45px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/js/jplayer/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#playlist_list { width:auto; height: 235px; overflow: auto; border:1px solid #BDBCBD; border-top: 1px solid #EDECED;}

#playlist_list ul{
	list-style-type:none;
	padding:10px 10px 15px 10px;
	margin:0 0 0px 0;
	border-top:none;
	width:auto;
	font-size:.9em;
}

#playlist_list li{
	padding: 6px 0 4px 5px;
	border-bottom:1px solid #DDD;
	list-style-type:none;
	list-style-position:inside;
	list-style-image: url(/js/jPlayer/bullet.gif);
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	cursor: default;
	list-style-image: url(/js/jPlayer/bullet-on.gif);
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
	background-color: #DFECF8;
}