#player_container {
	position: absolute;
	width:350px;
	height:60px;
	top: 60px;
	left: 20px;
}

#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:30px;
	top:0px;
	width:42px;
	height:42px;
	cursor: pointer;
}
#player_play {
	background: url("/gfx/player/play.png") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("/gfx/player/play.png") 0 0 no-repeat;
}
#player_pause {
	background: url("/gfx/player/pause.png") 0 0 no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("/gfx/player/pause.png") 0 0 no-repeat;
}
#player_stop {
	position: absolute;
	left:103px;
	top:6px;
	background: url("/gfx/player/stop.png") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("/gfx/player/stop.png") 0 0 no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:0px;
	top:6px;
	background: url("/gfx/player/prev.png") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev.disabled {
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:72px;
	top:6px;
	background: url("/gfx/player/next.png") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next.disabled {
	cursor:default;
}


#player_progress {
	position: absolute;
	left:140px;
	top:15px;
	background-color: #eee;
	width:122px;
	height:12px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:12px;
	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("/gfx/player/progress_bg.png") center left repeat-x ;
	width:0px;
	height:12px;
}
#player_volume_min {
	position: absolute;
	left:271px;
	top:12px;
	background: url("/gfx/player/glosnosc_0.png") 0 0 no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:328px;
	top:12px;
	background: url("/gfx/player/glosnosc_1.png") 0 0 no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("/gfx/player/glosnosc_0.png") 0 0 no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("/gfx/player/glosnosc_1.png") 0 0 no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:289px;
	top:17px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:35px;
	height:7px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/gfx/player/volume_bg.png") repeat-x top left;
	width:0px;
	height:7px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	position: absolute;
	top: 22px;
	left: 125px;
	color: #bf2d2d;
	font-size: 9pt;
	width: 255px;
	font-weight: normal;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}