#player_container {
	position: relative;
	margin-top: 15px;
	color: #fff;
}
#player_container  ul#player_controls {
	list-style:none;
	padding:0;
	margin:0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
	float: left;
	margin: 0;
	padding: 0;
}
#player_play,
#player_pause {
	display: block;
	width: 55px;
	height: 56px;
	margin-left: 7px;
	margin-top: 3px;
	position: relative;
}
#player_play {
	background: url(../images/mp3player/player_play.jpg) 0 0 no-repeat;
}
#player_play:hover {
	background: url(../images/mp3player/player_play_hover.jpg) 0 0 no-repeat;
}
#player_pause {
	background: url(../images/mp3player/player_pause.jpg) 0 0 no-repeat;
}
#player_pause:hover {
	background: url(../images/mp3player/player_pause_hover.jpg) 0 0 no-repeat;
}
#ctrl_prev {
	display: block;
	position: relative;
	margin-left:20px;
	width:38px;
	height:41px;
	margin-top: 18px;
	cursor: pointer;
	background: url(../images/mp3player/ctrl_next.jpg) 0 0 no-repeat;
}
#ctrl_prev:hover {
	background: url(../images/mp3player/ctrl_next_hover.jpg) 0 0 no-repeat;
}
#ctrl_next {
	display: block;
	position: relative;
	margin-left:6px;
	margin-top: 17px;
	width:39px;
	height:41px;
	cursor: pointer;
	background: url(../images/mp3player/ctrl_prev.jpg) 0 0 no-repeat;
}
#ctrl_next:hover {
	background: url(../images/mp3player/ctrl_prev_hover.jpg) 0 0 no-repeat;
}

/* 
#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	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:26px;
	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:26px;
	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: relative;
	left:115px;
	top:70px;
	background-color: #6d6b69;
	width:170px;
	height:10px;
}
#player_progress_load_bar {
	background: #8c8c8c;
	width:0px;
	height:10px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: #8c8c8c;
}
#player_progress_play_bar {
	background: #e5b67a;
	width:0px;
	height:10px;
}
#player_volume_min {
	position: absolute;
	left:168px;
	top:24px;
	background: url("../images/mp3player/volume_min.jpg") 0 0 no-repeat;
	width:20px;
	height:24px;
	cursor: pointer;
	text-indent: -9999px;

}
 
#player_volume_max {
	position: absolute;
	left:265px;
	top:24px;
	background: url("../images/mp3player/volume_max.jpg") 0 0 no-repeat;
	width:26px;
	height:24px;
	cursor: pointer;
	text-indent: -9999px;
}
 
#player_volume_min.jqjp_hover {
	background: url("../images/mp3player/volume_min_hover.jpg") 0 0 no-repeat;
}
 
#player_volume_max.jqjp_hover {
	background: url("../images/mp3player/volume_max_hover.jpg") 0 0 no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	top:33px;
	left: 193px;
	float: left;
	background: #6d6b69;
	width:65px;
	height:7px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: #e5b67a;
	width:0px;
	height:8px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:116px;
	top:54px;
	width:165px;
	font-size:.8em;
	font-style:oblique;
}
 
#total_time {
	text-align: right;
}

#song_title {
	position: absolute;
	left: 15px;
	top: 86px;
	font-size: 25px;
	color: #e5b67a;
}
#playlist_list {
	position: absolute;
	padding: 0;
	margin: 0;
	width:300px;
	height: 100px;
	top: 90px;
	left: 0;
	margin-bottom: 300px;
}
 
#playlist_list ul{
	list-style-type:none;
	color: #e5b67a;
	margin: 0;
	padding: 0;
	border-top:none;
	font-size:.9em;
	height: 100px;
	width: 250px;
}
 
#playlist_list li{
	padding:4px 0 4px 10px;
	border-bottom:1px solid #e5b67a;
	cursor: pointer;
}
 
#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
#playlist_list li.playlist_hover {
	color:#0d88c1;
}
 
.miaow {
	font-size:.8em;
	color:#999;
}
 
.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}


/* MUSIC PAGE
------------------------------------------------- */
/*.music #player_container {
	height: 65px;
	margin-bottom: 20px;
	margin-top: 0;
	background: #1e170d;
}
.music #player_container, .music ul#player_controls li {
	padding-top: 10px;
}
.music #player_volume_min {
	left:178px;
	top:34px;
}
.music #player_volume_max {
	left:275px;
	top:34px;
}
.music #player_volume_bar {
	top:43px;
	left: 203px;
}
.music #playlist_list {
	position: relative;
	top: 0;
	height: 100%;
	display: block;
}
.music #playlist_list ul {
	position: relative;
	margin-right: 0;
	clear: both;
}
.music #playlist_list ul li {
	font-size: 15px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0;
	padding: 5px;
	width: 100%;
	border: none;
	color: #333;
	border: thin dotted #333;
	background: url(img/alpha20_white.png);
}
.music #playlist_list li.playlist_current{
	color:#CCC;
	font-size: 200%;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
.music #playlist_list li.playlist_hover {
	color:#CCC;
}
.music #playlist_list h2 {
	margin-left: 10px;
	padding: 10px;
	background: #1e170d;
	color: #CCC;
}
.music #play_time,
.music #total_time {
	position: absolute;
	left:330px;
	top:20px;
	width:250px;
	font-size:1.2em;
	font-style:oblique;
}
.music #total_time {
	text-align: right;
}
.music #player_progress {
	position: absolute;
	left:330px;
	top:50px;
	background-color: #6d6b69;
	width:260px;
	height:10px;
}*/