#player_container {
	position: relative;
	width:120px;
	height:250px;
}
#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:52px;
	top:110px;
	width:16px;
	height:16px;
	cursor: pointer;
}
#player_play {
	background: url("http://staticcontent.dance-all-day.com/blue/player/control_play_blue.png") no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("http://staticcontent.dance-all-day.com/blue/player/control_play_blue.png") no-repeat;
}
#player_pause {
	background: url("http://staticcontent.dance-all-day.com/blue/player/control_pause_blue.png") no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("http://staticcontent.dance-all-day.com/blue/player/control_pause_blue.png")  no-repeat;
}
#player_progress {
	position: absolute;
	left:5px;
	top:90px;
	background-color: #eee;
	width:112px;
	height:15px;
}
#player_progress_load_bar {
	background: url("http://staticcontent.dance-all-day.com/blue/player/bar_load.png")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("http://staticcontent.dance-all-day.com/blue/player/bar_buffer.png")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("http://staticcontent.dance-all-day.com/blue/player/bar_play.png") top left repeat-x ;
	width:0px;
	height:15px;
}

#coverImage{
    width: 125px;
    text-align: center;
}
#player_playlist_message {
	position: absolute;
	left:0;
	top:123px;
    padding: 5px;
	width:115px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#song_title #merkliste {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#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;
}


.fehler {
	FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}