
#player_container {
	position: relative;
	background-color:#000;
	width:720px;
	height:90px;
	border:0px solid #009be3;
	overflow:visible;
}
#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:98px;
	top:15px;
	width:16px;
	height:18px;
	cursor: pointer;
}
#player_play {
	background: url("controls.gif") -111px -22px no-repeat;
}
#player_play.jqjp_hover {
	background: url("controls.gif") -111px 0px no-repeat;
}
#player_pause {
	background: url("controls.gif") -82px -22px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("controls.gif") -82px 0px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:15px;
	background: url("controls.gif") -10px -22px no-repeat;
	width:19px;
	height:18px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("controls.gif") -10px 0px no-repeat;
}

#ctrl_prev.disabled {
	background: url("controls.gif") -10px -22px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:128px;
	top:15px;
	background: url("controls.gif") -139px -22px no-repeat;
	width:19px;
	height:18px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("controls.gif") -139px 0px no-repeat;
}

#ctrl_next.disabled {
	background: url("controls.gif") -139px -22px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:58px;
	top:15px;
	background: url("controls.gif") -46px -22px no-repeat;
	width:19px;
	height:18px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("controls.gif") -46px 0px no-repeat;
}
#player_progress {
	position: absolute;
	left:23px;
	top:43px;
/*	background-color: #48484A;*/
	background-color: #000;
	width:122px;
	height:8px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:8px;
}
#player_volume_min {
	position: absolute;
	left:280px;
	top:28px;
	background: url("jquery/sound_off.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:28px;
	background: url("jquery/sound_off.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("jquery/sound_on.gif") no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("jquery/sound_on.gif") no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:38px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:24px;
	top:54px;
	width:122px;
	font-size:9px;
	font-style:normal;
	color:#48484A;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:420px;
	color:#CCC;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#39393A;
	border:0px solid #009be3;
	border-top:none;
	width:380px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #48484A;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#85C440;
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#EDAB16;
}

#player_container .current_song {
	position: absolute;
	left:460px;
	top:15px;
	color: #FDB713;
	font-style:italic;
	font-weight:normal;	
	font-size:9px;
}

.SoundBlock 		{display:block; height:90px; width:24px; background: transparent url("../../images/sound_block.gif") repeat-y;}
.SoundBlock:hover 	{display:block; height:90px; width:24px; background: transparent url("../../images/sound_block_hover.gif") repeat-y;} 

h3.trigger {
	position:relative;left:0px; top:10px;
	background: url("list_dn.gif") center right no-repeat;
	width: 122px;
	font-size: 9px; font-weight: normal;color: #48484A;
	float: left; 
}
h3.trigger a {
	font-size: 9px; font-weight: normal;color: #48484A;
	text-decoration: none;
	display: block;
}
h3.trigger a:hover {
	color: #EDAB16;
}
h3.active {background: url("list_up.gif") center right no-repeat;}

