<!--
#player_container {
	float:right;
	position: relative;
	background-color:#222222;
	width:447px;
	height:27px;
	margin-top:-27px;
	margin-right:0px;
}
#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:10px;
	top:-7px;
	width:43px;
	height:43px;
	cursor: pointer;
}
#player_play {
	background: url("images/spirites2.png") 0 -1px no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("images/spirites2.png") -55px -1px no-repeat;
}
#player_pause {
	background: url("images/spirites2.png") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("images/spirites2.png") -55px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:40px;
	top:0px;
	background: url("images/spirites2.png") 0 -84px no-repeat;
	width:43px;
	height:40px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("images/spirites2.png") -55px -84px no-repeat;
}
#player_progress {
	position: absolute;
	left:65px;
	top:0px;
	background-color: #eee;
	width:122px;
	height:5px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:5px;
	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:5px;
}
#player_volume_min {
	float:right;
	margin-right:64px;
	margin-top:0px;
	background: url("images/spirites2.png") 0 -172px no-repeat;
	width:45px;
	height:45px;
	cursor: pointer;
}

#player_volume_max {
	float:right;
        margin-right:-9px;
	margin-top:0px;
	background: url("images/spirites2.png") 0 -125px no-repeat;
	width:45px;
	height:45px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("images/spirites2.png") -55px -172px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("images/spirites2.png") -55px -125px no-repeat;
}

#player_volume_bar {
	float:right;
	margin-right:-95px;
	margin-top:0px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:55px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#song_title {
	float:left;
	margin:0px 0px 0px 75px;
	padding:0;
	font-weight:normal;
	font-size:14px;
}

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

#play_time {
	float:left;
margin:-13px 0px 0px 28px;
}

#total_time {
	float:right;
margin: -13px 13px 0px 0px;
	text-align: right;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#ea141c;

-->


