

#player_container {
	position: relative;
	background-color:#212121;
	width:187px;
	height:42px;
	border:0px solid #009be3;
}
#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:34px;
	top:0px;
	width:33px;
	height:20px;
	cursor: pointer;
}
#player_play {
	background:#212121 url("monosprite.png") -136px 0 no-repeat;
}
#player_play.jqjp_hover {
	background:#212121 url("monosprite.png") -136px -21px no-repeat;
}
#player_pause {
	background:#212121 url("monosprite.png") -34px 0 no-repeat;
}
#player_pause.jqjp_hover {
	background:#212121 url("monosprite.png") -34px -21px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:0;
	top:0;
	background:#212121 url("monosprite.png") 0 0 no-repeat;
	width:33px;
	height:20px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background:#212121 url("monosprite.png") 0 -21px no-repeat;
}

#ctrl_prev.disabled {
	background:#212121 url("monosprite.png") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:68px;
	top:0px;
	background:#212121 url("monosprite.png") -102px 0 no-repeat;
	width:33px;
	height:20px;
	cursor: pointer;
}

#ctrl_next:hover {
	background:#212121 url("monosprite.png") -102px -21px no-repeat;
}

#ctrl_next.disabled {
	background: url("monosprite.png") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:102px;
	top:0px;
	background:#212121 url("monosprite.png") -68px 0px no-repeat;
	width:33px;
	height:20px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background:#212121 url("monosprite.png") -68px -21px no-repeat;
}
#player_progress {
	position: absolute;
	left:0px;
	top:21px;
	background-color: #767475;
	width:187px;
	height:6px;
}
#player_progress_load_bar {
	background: url("monobarload.png")  top left repeat-x;
	width:0px;
	height:6px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.5/images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("monobarplay.png") top left repeat-x ;
	width:0px;
	height:6px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.5/images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.5/images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.5/images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.5/images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:142px;
	top:8px;
	background: url("volume_bar.png") repeat-x top left;
	width:36px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("volume_value.png") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:2px;
	top:27px;
	width:183px;
	font-size:.7em;
	font-style:normal;
	font-family: Arial;
	color: #767475;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:187px;
}

#playlist_list ul{
	list-style-type:none;
	padding:0;
	margin:0 0 10px 0;
	background-color:#212121;
	_border:1px solid #009be3;
	_border-top:none;
	_width:378px;
	font-size:.9em;
	color: #767475;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-top:1px solid #3b3b3b;
	cursor: pointer;
}

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

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

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

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