#container{
	clear: both;
	float: left;
	height:104px;
}

#player_container {
	position: absolute;
	background: url("../images/radio.jpg") top left no-repeat;
	float: left;
	height:104px;
	width:249px;
}

#player_play,
#player_pause {
	display: block;
	position: absolute;
	width:20px;
	height:20px;
	cursor: pointer;
}

#player_play{
	top:45px;
	left:210px;
}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

#player_pause {
	top:50px;
	left:110px;
}

#player_stop {
	position: absolute;
	left:75px;
	top:50px;
	width:28px;
	height:28px;
	cursor: pointer;
}

#player_playlist_message {
	position: absolute;
	width: 150px;
	left:40px;
	top:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	height:1em;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	font-weight:normal;
	font-style:oblique;
	font-size: 8px;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

#player_progress {
	position: absolute;
	left:41px;
	top:75px;
	background-color: #eee;
	width:154px;
	height:3px;
}

#player_progress_load_bar {
	background: url(../images/bar_load.gif)  top left repeat-x;
	width:0px;
	height:3px;
	cursor: pointer;
}

#player_progress_load_bar.different_prefix_example_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:3px;
}

#player_progress_load_bar.different_prefix_example_buffer {
	background: url(../images/bar_buffer.gif)  top left repeat-x;
}

#jplayer_info{
	clear: both;
}
