
#jplholder
	{
	position:absolute;
	z-index:16;
	top:550px;
	width:800px;
	height:0px;
	background-color:#000;
	overflow:hidden;
	}



.jp-interface {
	position: relative;
	left:313px;
	top:10px;
	background-color:#000;
	width:270px;
	height:100px;
	border:0px;
}
.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
.jp-interface  ul.jp-controls {
	overflow:hidden;
	text-indent:-9999px;
}
#jplayer_play,
#jplayer_pause {
	display: block;
	position: absolute;
	left:50px;
	top:13px;
	width:37px;
	height:37px;
	cursor: pointer;
}
#jplayer_play {
	background: url("icon set.jpg") 0 0 no-repeat;
}
#jplayer_play:hover {
	background: url("icon set.jpg") -37px 0 no-repeat;
}
#jplayer_pause {
	background: url("icon set.jpg") 0 -37px no-repeat;
}
#jplayer_pause:hover {
	background: url("icon set.jpg") -37px -37px no-repeat;
}

#jplayer_previous {
	position: absolute;
	left:10px;
	top:13px;
	background: url("icon set.jpg") 0 -111px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}

#jplayer_previous:hover {
	background: url("icon set.jpg") -37px -111px no-repeat;
}

#jplayer_previous.disabled {
	background: url("icon set.jpg") 0px -111px no-repeat;
	cursor:default;
}

#jplayer_next {
	position: absolute;
	left:90px;
	top:13px;
	background: url("icon set.jpg") 0 -148px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}

#jplayer_next:hover {
	background: url("icon set.jpg") -37px -148px no-repeat;
}

#jplayer_next.disabled {
	background: url("icon set.jpg") 0px -148px no-repeat;
	cursor:default;
}


#jplayer_stop {
	position: absolute;
	left:130px;
	top:13px;
	background: url("icon set.jpg") 0 -74px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}
#jplayer_stop:hover {
	background: url("icon set.jpg") -37px -74px no-repeat;
}
.jp-progress {
	position: absolute;
	left:-198px;
	top:198px;
	width:566px;
	height:1px;
	overflow:hidden;
	background-color:#222222;
}



#jplayer_load_bar {
	background-color:#222;
	width:0px;
	height:1px;
	cursor: pointer;
}

#jplayer_load_bar.jqjp_buffer {
	background-color:#222222;
}
#jplayer_play_bar {
	background-color:#444;
	top:0px;
	width:0px;
	height:1px;
	left:1px;
}

#jplayer_volume_min {
	position: absolute;
	left:47px;
	top:62px;
	background: url("icon set.jpg") 0 -188px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_max {
	position: absolute;
	left:117px;
	top:62px;
	background: url("icon set.jpg") 0 -204px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_min:hover {
	background: url("icon set.jpg") -19px -188px no-repeat;
}

#jplayer_volume_max:hover {
	background: url("icon set.jpg") -19px -204px no-repeat;
}

#jplayer_volume_bar {
	position: absolute;
	left:65px;
	top:67px;
	background: url("volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#jplayer_volume_bar_value {
	background-color:#888;
	width:0px;
	height:5px;
}

#jplayer_play_time,
#jplayer_total_time {
	position: absolute;
	left:10px;
	top:98px;
	width:260px;
	font-size:.8em;
	font-style:oblique;
	color:#dddddd;
}

#current_song,
#playlist_show {
	position: absolute;
	left:10px;
	top:53px;
	width:260px;
	font-size:.8em;
	font-style:oblique;
	color:#dddddd;
}

#jplayer_total_time, #playlist_show {
	text-align: right;
}

#jplayer_play_time {
	text-align: left;
	position:absolute;
	top:100px;
	left:50px;
	color:#888;
}

#playlist_showtext
	{
	cursor:pointer;
	}



#playlist_list {
	position:absolute;
	z-index:500000;
	top:0px;
	left:0px;
	width:100px;
	

}

#playlist_list ul{
	list-style-type:none;
	padding:30px 5px 10px 5px;
	margin:0px;
	background-color:#000;
	border:0px;
	border-top:none;
	width:100px;
	font-size:.9em;
}

#playlist_list li{
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #333;
	cursor: pointer;
	color:#eeeeee;
}

#playlist_list li.playlist_current{

	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
	color:#ffffff;
	}

#playlist_list li.playlist_hover {
	color:#ffffff;
	background-color:#222222;
	padding-left:16px;
}


