#player_container {
	position: relative;
	background-color:#eee;
	/*width:418px;*/
	width:357px;
	height:100px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
div#player_container ul#player_controls li#player_play,
div#player_container ul#player_controls li#player_pause {
	display: block;
	position: absolute;
	left:20px;
	top:12px;
	width:30px;
	height:40px;
	cursor: pointer;
}
div#player_container ul#player_controls li#player_play {
	background: url("img/player/spirites.jpg") 0 0 no-repeat;
}
div#player_container ul#player_controls li#player_play.different_prefix_example_hover {
	background: url("img/player/spirites.jpg") -41px 0 no-repeat;
}
div#player_container ul#player_controls li#player_pause {
	background: url("img/player/spirites.jpg") 0 -42px no-repeat;
}
div#player_container ul#player_controls li#player_pause.different_prefix_example_hover {
	background: url("img/player/spirites.jpg") -41px -42px no-repeat;
}
div#player_container ul#player_controls li#player_stop {
	position: absolute;
	left:70px;
	top:18px;
	background: url("img/player/spirites.jpg") 0 -83px no-repeat;
	width:18px;
	height:28px;
	cursor: pointer;
}
div#player_container ul#player_controls li#player_stop.different_prefix_example_hover {
	background: url("img/player/spirites.jpg") -29px -83px no-repeat;
}
div#player_container div#player_progress {
	position: absolute;
	left:120px;
	top:23px;
	background-color: #eee;
	width:122px;
	height:15px;
}
div#player_container div#player_progress #player_progress_load_bar {
	background: url("img/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div#player_container div#player_progress #player_progress_load_bar.different_prefix_example_buffer {
	background: url("img/player/bar_buffer.gif")  top left repeat-x;
}
div#player_container div#player_progress #player_progress_play_bar {
	background: url("img/player/bar_play.gif") top left repeat-x;
	width:0px;
	height:15px;
}
div#player_container ul#player_controls li#player_volume_min {
	position: absolute;
	left:254px;
	top:23px;
	background: url("img/player/spirites.jpg") 0 -170px no-repeat;
	width:9px;
	height:15px;
	cursor: pointer;
}

div#player_container ul#player_controls li#player_volume_max {
	position: absolute;
	left:326px;
	top:23px;
	background: url("img/player/spirites.jpg") 0 -186px no-repeat;
	width:9px;
	height:15px;
	cursor: pointer;
}

div#player_container ul#player_controls li#player_volume_min.different_prefix_example_hover {
	background: url("img/player/spirites.jpg") -19px -170px no-repeat;
}

div#player_container ul#player_controls li#player_volume_max.different_prefix_example_hover {
	background: url("img/player/spirites.jpg") -19px -186px no-repeat;
}

div#player_container div#player_volume_bar {
	position: absolute;
	left:272px;
	top:28px;
	background: url("img/player/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
div#player_container div#player_volume_bar #player_volume_bar_value {
	background: url("img/player/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

div#player_container #player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:327px;
	padding:5px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:2em;
	background-color:#ccc;
}

div#player_container #player_playlist_message #song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
	width:70%;
}

div#player_container #player_playlist_message #play_time,
div#player_container #player_playlist_message #total_time {
	font-weight:normal;
	font-style:oblique;
	font-size:.9em;
}

div#player_container #player_playlist_message #play_time {
	float:left;
}

div#player_container #player_playlist_message #total_time {
	float:right;
	text-align: right;
}
