#player_container {
	width: 280px;
	height: 34px;
	background: url("images/aplayer_control_bg.jpg") center top no-repeat;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#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: 260px;	
	top: 12px;
	width: 9px;
	height: 10px;
	cursor: pointer;
}
#player_play {
	background: url("images/spirites.jpg") 0px 0px no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/spirites.jpg") 0px 0px no-repeat;
}
#player_pause {
	background: url("images/spirites.jpg") 0px -12px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("images/spirites.jpg") 0px -12px no-repeat;
} 
#ctrl_prev {
	position: absolute;
	left: 10px;
	top: 12px;	
	background: url("images/spirites.jpg") 0px -35px no-repeat;
	width: 9px;
	height:10px;
	cursor: pointer;
}
#ctrl_prev:hover {
	background: url("images/spirites.jpg") 0 -35px no-repeat;
}
 
#ctrl_prev.disabled {
	background: url("images/spirites.jpg") 0 -35px no-repeat;
	cursor:default;
}
#ctrl_next {
	position: absolute;
	left: 24px;
	top:12px;
	background: url("images/spirites.jpg") 0 0 no-repeat;
	width: 9px;
	height:10px;
	cursor: pointer;
}
#ctrl_next:hover {
	background: url("images/spirites.jpg") 0 0 no-repeat;
}
#ctrl_next.disabled {
	background: url("images/spirites.jpg") 0 0 no-repeat;
	cursor:default;
}
#player_stop {
	position: absolute;
	left: 246px;
	top: 12px;
	background: url("images/spirites.jpg") 1px -25px no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") 1px -25px no-repeat;
}
#player_progress {
	position: absolute;
	left: 38px;
	top: 16px;
	background-color: #FFFFFF;
	width: 204px;
	height: 3px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width: 0px;
	height: 3px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
	height: 3px;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width: 0px;
	height: 3px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
#player_volume_min.jqjp_hover {
	background: url("images/spirites.jpg") -19px -170px no-repeat;
}
#player_volume_max.jqjp_hover {
	background: url("images/spirites.jpg") -19px -186px no-repeat;
}
#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	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;
}
#play_time, #total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}
#total_time {
	text-align: right;
}
#playlist_list {
	width: 275px;
}
#playlist_list ul{
	list-style-type: none;
	padding: 0px 0px 10px 10px;
	margin:0px 0px 0px 0px;	
}
#playlist_list li{
	background: url("images/arrow_1.jpg") no-repeat 2px 7px;
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	cursor: pointer;
	border-bottom: #C0C0C0 1px dotted;
}
#playlist_list li.playlist_current{	
	cursor: default;
	font-size: 8pt;
	line-height: 12pt;
	color: #990504;
	text-decoration: none;
	list-style-type: none;	
}
#playlist_list li.playlist_hover {
	color:#990504;
} 
/*.miaow {
	font-size:.8em;
	color:#999;
}
.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}*/

#player_caption{
	text-align: center;
	font-size: 8pt;
	line-height: 12pt;
	color: #990504;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}
#player_caption a{
	color: #990504;
	text-decoration: none;
}
#player_caption a:hover{
	color: #990504;
	text-decoration: underline;
}
