#playerbox {
	left:590px;
	position:absolute;
	top:0;
}
#player_container {
	background-color:#fff;
	border:1px solid #7baed9;
	border-top:none;
	height:97px;
	left:0;
	position:relative;
	width:170px;
}
#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:44px;
	top:3px;
	width:40px !important;
	height:40px !important;
	cursor: pointer;
}
#player_play {
	background: url("../images/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("../images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:13px;
	top:9px;
	background: url("../images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

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

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

#ctrl_next {
	position: absolute;
	left:88px;
	top:9px;
	background: url("../images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

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

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


#player_stop {
	position: absolute;
	left:126px;
	top:9px;
	background: url("../images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:5px;
	top:67px;
	background-color: #eee;
	width:160px;
	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.jqjp_buffer {
	background: url("../images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: #7baed9 top left;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	background: url("../images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	left:6px;
	top:46px;
}

#player_volume_max {
	position: absolute;
	left:151px;
	top:46px;
	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:21px;
	top:51px;
	background: url("../images/volume_bar.gif") repeat-x top left;
	width:126px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: #7baed9 top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:5px;
	top:82px;
	width:160px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	margin-left:0;
	width:172px;
}

#playlist_list ul{
	background-color:#CCCCCC;
	border-color:#7baed9;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#playlist_list li{
	padding:4px 0 4px 10px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#7baed9;
	background: #333;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#7baed9;
	background: #333;
}

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

/*.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#977B74;
	font-size:12px !important;
}*/

