#player_container {
	background-color:#EBEBEB;
	border:1px solid #EBEBEB;
	height:63px;
	position:relative;
	width:249px;
}

#player_container img#playertitle
{
	position:absolute;
	top:4px;
	left:39px;
}
#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:22px;
	top:18px;
	width:18px;
	height:18px;
	cursor: pointer;
}
#player_play {
	background: url("../images/spirites.jpg") -11px -11px no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/spirites.jpg") -53px -11px no-repeat;
}
#player_pause {
	background: url("../images/spirites.jpg") -10px -52px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/spirites.jpg") -51px -52px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:5px;
	top:18px;
	background: url("../images/spirites.jpg") -7px -117px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../images/spirites.jpg") -36px -117px no-repeat;
}

#ctrl_prev.disabled {
	background: url("../images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:40px;
	top:18px;
	background: url("../images/spirites.jpg") -5px -145px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../images/spirites.jpg") -34px -145px no-repeat;
}

#ctrl_next.disabled {
	background: url("../images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:61px;
	top:18px;
	background: url("../images/spirites.jpg") -5px -88px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../images/spirites.jpg") -34px -88px no-repeat;
}
#player_progress {
	background-color:#CCCCCC;
	height:15px;
	left:41px;
	position:absolute;
	top:43px;
	width:167px;
}
#player_progress_load_bar {
	background: url("../images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_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 {
	background:transparent url(../images/spirites.jpg) no-repeat scroll 0 -170px;
	cursor:pointer;
	height:15px;
	left:100px;
	position:absolute;
	top:18px;
	width:18px;
}

#player_volume_max {
	background:transparent url(../images/spirites.jpg) no-repeat scroll 0 -186px;
	cursor:pointer;
	height:15px;
	left:223px;
	position:absolute;
	top:18px;
	width:18px;
}

#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 {
	background:transparent url(../images/volume_bar.gif) repeat-x scroll left top;
	cursor:pointer;
	height:5px;
	left:116px;
	position:absolute;
	top:24px;
	width:110px;
}
#player_volume_bar_value {
	background: url("../images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	color:#555555;
	font-size:10px;
	font-style:oblique;
	left:7px;
	position:absolute;
	top:38px;
	width:233px;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:244px;
}

#playlist_list ul{
	background-color:#F5F5F5;
	border:1px solid #EBEBEB;
	font-size:0.9em;
	list-style-type:none;
	margin:0 0 10px;
	padding:0 5px;
	width:239px;
}

#playlist_list li{
	font-size:11px;
	line-height:16px;
	padding:2px 0;
	color:#A7A7A7;
	cursor:pointer;
}

#playlist_list li.playlist_current{
	color:#B60050;
	cursor:default;
	list-style-position:inside;
	list-style-type:square;
	padding-left:0;

}

#playlist_list li.playlist_hover {
	color:#B60050;
}

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

.miaow a:link, .miaow a:visited, .miaow a:hover, .miaow a:focus, .miaow a:active {
	color:#009be3;
}