#player_container {
	position: relative;
	
	width:318px;
	height:60px;
	float: left;
}
#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:36px;
	top:14px;
	width:30px;
	height:30px;
	cursor: pointer;
}
#player_play {
	background: url(../images/jplayer/spirites_small03.png) 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url(../images/jplayer/spirites_small03.png) -31px 0 no-repeat;
}
#player_pause {
	background: url(../images/jplayer/spirites_small03.png) 0 -32px no-repeat;
}
#player_pause.jqjp_hover {
	background: url(../images/jplayer/spirites_small03.png) -31px -32px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:14px;
	top:20px;
	background: url(../images/jplayer/spirites_small03.png) 0 -84px no-repeat;
	width:21px;
	height:21px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url(../images/jplayer/spirites_small03.png) -22px -84px no-repeat;
}

#ctrl_prev.disabled {
	background: url(../images/jplayer/spirites_small03.png) -44px -84px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:66px;
	top:20px;
	background: url(../images/jplayer/spirites_small03.png) 0 -106px no-repeat;
	width:21px;
	height:21px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url(../images/jplayer/spirites_small03.png) -22px -106px no-repeat;
}

#ctrl_next.disabled {
	background: url(../images/jplayer/spirites_small03.png) -44px -106px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:95px;
	top:21px;
	background: url(../images/jplayer/spirites_small03.png) 0 -62px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url(../images/jplayer/spirites_small03.png) -22px -62px no-repeat;
}
#player_progress {
	position: absolute;
	left:123px;
	top:24px;
	background-color: #eee;
	width:92px;
	height:11px;
}
#player_progress_load_bar {
	background: url(../images/jplayer/bar_load.gif)  top left repeat-x;
	width:0px;
	height:11px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url(../images/jplayer/bar_buffer.gif)  top left repeat-x;
}
#player_progress_play_bar {
	background: url(../images/jplayer/bar_buffer.gif) top left repeat-x ;
	width:0px;
	height:11px;
}
#player_volume_min {
	position: absolute;
	left:222px;
	top:24px;
	background: url(../images/jplayer/spirites_small03.png) 0 -129px no-repeat;
	width:14px;
	height:11px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:276px;
	top:24px;
	background: url(../images/jplayer/spirites_small03.png) 0 -141px no-repeat;
	width:14px;
	height:11px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url(../images/jplayer/spirites_small03.png) -15px -129px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url(../images/jplayer/spirites_small03.png) -15px -141px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:235px;
	top:28px;
	background: url(../images/jplayer/volume_bar.gif) repeat-x top left;
	width:35px;
	height:4px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url(../images/jplayer/volume_bar_value.gif) repeat-x top left;
	width:0px;
	height:4px;
}

#play_time,
#total_time {
	position: absolute;
	left:123px;
	top:37px;
	width:91px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:318px;
	height: 50px;
	overflow: hidden;
	margin: 0 3px 3px 3px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px;
	margin:0 0 10px 0;
	
	width:284px;
	font-size:.8em;
	color: #999999;
}

#playlist_list li{
	padding:2px 0 2px 14px;
	cursor: pointer;
	border-bottom: 1px solid #333333;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}