#player_container {
	position: relative;
	background-color:#fff;
	width:418px;
	height:50px;
	border:0px solid #0934a1;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
	text-align:left;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:40px;
	top:4px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../images/spirites.gif") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("../images/spirites.gif") -41px 0 no-repeat;
}
#player_pause {
	background: url("../images/spirites.gif") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("../images/spirites.gif") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:90px;
	top:8px;
	background: url("../images/spirites.gif") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("../images/spirites.gif") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:12px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("../images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	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:15px;
}
#player_volume_min {
	position: absolute;
	left:274px;
	top:12px;
	background: url("../images/spirites.gif") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	left:346px;
	top:12px;
	background: url("../images/spirites.gif") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_min.different_prefix_example_hover {
	background: url("../images/spirites.gif") -19px -170px no-repeat;
}
 
#player_volume_max.different_prefix_example_hover {
	background: url("../images/spirites.gif") -19px -186px no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	left:292px;
	top:17px;
	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 {

	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
}
 
#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
	font-size:13px;
}
 
#play_time,
#total_time {
	padding-top:.2em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}
 
#play_time {
	float:left;
}
 
#total_time {
	float:right;
	text-align: right;
}
 
.miaow {
	font-size:.8em;
	color:#999;
}
 
