#cloud {
	background: url("../images/playerbg.png") top center no-repeat;
	width:192px;
	height:89px;
	margin-bottom:10px;
}
#player_container {
	position: relative;
	width:190px;
	height:89px;
}

#player_container li {
	padding:0;
	margin: 0;

}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}

#jplayer_info {
	position:absolute;
	left:25px;
	top:55px;
	font-size:10px;

	color:#2b4659;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:55px;
	top:25px;
	width:14px;
	height:14px;
	cursor: pointer;
}
#player_play {
	background: url("../images/ghettoblaster/play.gif");
}
#player_play.jqjp_hover {
	background: url("../images/ghettoblaster/play_hover.gif");
}
#player_pause {
	background: url("../images/ghettoblaster/pause.gif");
}
#player_pause.jqjp_hover {
	background: url("../images/ghettoblaster/pause_hover.gif");
}

#ctrl_prev {
	position: absolute;
	left:25px;
	top:25px;
	background: url("../images/ghettoblaster/prev.gif");
	width:14px;
	height:14px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../images/ghettoblaster/prev_hover.gif");
}

#ctrl_prev.disabled {
	background: url("../images/ghettoblaster/prev_disabled.gif");
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:40px;
	top:25px;
	background: url("../images/ghettoblaster/next.gif");
	width:14px;
	height:14px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../images/ghettoblaster/next_hover.gif");
}

#ctrl_next.disabled {
	background: url("../images/ghettoblaster/next_disabled.gif");
	cursor:default;
}

#player_stop {
	display:none;
	position: absolute;
	left:40px;
	top:40px;
	background: url("../images/ghettoblaster/stop.gif");
	width:14px;
	height:14px;
	cursor: pointer;
}

#player_stop.jqjp_hover {
	background: url("../images/ghettoblaster/stop_hover.gif");
}
#player_progress {
	position: absolute;
	left:25px;
	top:40px;
	background-color: #eee;
	width:126px;
	height:15px;
}
#player_progress_load_bar {
	background: url("../images/ghettoblaster/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../images/ghettoblaster/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/ghettoblaster/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:75px;
	top:25px;
	background: url("../images/ghettoblaster/vol_min.gif");
	width:14px;
	height:14px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:137px;
	top:25px;
	background: url("../images/ghettoblaster/vol_max.gif");
	width:14px;
	height:14px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("../images/ghettoblaster/vol_min_hover.gif");
}

#player_volume_max.jqjp_hover {
	background: url("../images/ghettoblaster/vol_max_hover.gif");
}

#player_volume_bar {
	position: absolute;
	left:90px;
	top:30px;
	background: url("../images/ghettoblaster/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../images/ghettoblaster/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
display:none;
	position: absolute;
	left:25px;
	top:60px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

