#player_container {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 165px;
	background: #EFEFEF;
	height: 20px;
	border: 1px solid #903;
}
#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, #player_stop {
	position: absolute;
	left: 5px;
	top: 2px;
	background: url("../img/spirites.gif") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
#player_play {
	background: url("../img/spirites.gif") 0 -202px no-repeat;
}

#player_pause {
	background: url("../img/spirites.gif") -19px -202px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("../img/spirites.gif") -57px -202px no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("../img/spirites.gif") -38px -202px no-repeat;
}
#player_stop {
	position: absolute;
	left: 25px;
	top: 2px;
	width:18px;
	height:15px;
	cursor: pointer;
	background: url("../img/spirites.gif") 0 -218px no-repeat;
}
#player_stop.different_prefix_example_hover {
	background: url("../img/spirites.gif") -18px -218px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	display: none;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("../img/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("../img/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../img/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left: 55px;
	top: 2px;
	background: url("../img/spirites.gif") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	right: 5px;
	top: 2px;
	background: url("../img/spirites.gif") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("../img/spirites.gif") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("../img/spirites.gif") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left: 75px;
	top: 7px;
	background: url("../img/volume_bar.gif") repeat-x top left;
	width: 64px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../img/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
	float: left;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	display: none;
	width: 181px;
	padding:5px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	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;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}
