
#branding{
width:100%;
test-align: center;

}


#player_container {
	position: relative;
	background-color:#eee;
	width:537px;
	height:90px;
	border:1px solid #ccc;
}
#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:40px;
	top:10px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url('../images/spirites.jpg') no-repeat 0 0;
}
#player_play.different_prefix_example_hover {
	background: url('../images/spirites.jpg') no-repeat -41px 0;
}
#player_pause {
	background: url('../images/spirites.jpg') no-repeat 0 -42px;
}
#player_pause.different_prefix_example_hover {
	background: url('../images/spirites.jpg') no-repeat -41px -42px;
}
#player_stop {
	position: absolute;
	left:90px;
	top:16px;
	background: url('../images/spirites.jpg') no-repeat 0 -83px;
	width:28px;
	height:28px;
	cursor: pointer
}
#player_stop.different_prefix_example_hover {
	background: url('../images/spirites.jpg') no-repeat -29px -83px;
}
#player_progress {
	position: absolute;
	left:130px;
	top:22px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url('../images/bar_load.gif') repeat-x top left;
	width:0px;
	height:15px;
	cursor: pointer
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url('../images/bar_buffer.gif') repeat-x top left;
}
#player_progress_play_bar {
	background: url('../images/bar_play.gif') repeat-x top left ;
	width:0px;
	height:15px
}
#player_volume_min {
	position: absolute;
	left:274px;
	top:22px;
	background: url('../images/spirites.jpg') no-repeat 0 -170px;
	width:18px;
	height:15px;
	cursor: pointer
}
 
#player_volume_max {
	position: absolute;
	left:346px;
	top:22px;
	background: url('../images/spirites.jpg') no-repeat 0 -186px;
	width:18px;
	height:15px;
	cursor: pointer
}
 
#player_volume_min.different_prefix_example_hover {
	background: url('../images/spirites.jpg') no-repeat -19px -170px;
}
 
#player_volume_max.different_prefix_example_hover {
	background: url('../images/spirites.jpg') no-repeat -19px -186px;
}
 
#player_volume_bar {
	position: absolute;
	left:292px;
	top:27px;
	background: url('../images/volume_bar.gif') repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer
}
#player_volume_bar_value {
	background: url('../images/volume_bar_value.gif') repeat-x top left;
	width:0px;
	height:5px
}
 
#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:457px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:.9em;
	background-color:#d00000;
}
 
#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
	color:#fff;
}
 
#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
	color:#fff;
}
 
#play_time {
	float:left;
}
 
#total_time {
	float:right;
	text-align: right;
	color:#fff;
}
 
.miaow {
	font-size:.8em;
	color:#999;
}
 
.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
