#player_container {
	position: relative;
	background-color: rgba(238, 238, 238 ,0.8);
	width:210px;
	height:24px;
	border:1px solid #fff;
	float: right;
	clear: right;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;

	background: #cce3d1;
	color: #830;
	background: #cce3d1 url(o4-button.png) bottom repeat-x;
	border: 1px solid #a1c9c1;
}
#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:35px; */
	margin-top:2px;
	width:20px;
	height:20px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #e14a4a;
}
#player_play {
/* 	background: url("images/spirites.jpg") 0 0 no-repeat; */
}
#player_play.jqjp_hover, #player_pause.jqjp_hover {
/* 	background: url("images/spirites.jpg") -41px 0 no-repeat; */
	color: #000;
}
#player_pause {
/* 	background: url("images/spirites.jpg") 0 -42px no-repeat; */
}

#ctrl_prev {
	position: absolute;
	left:5px;
	top:2px;
	background: url("images/spirites.jpg") 0 -112px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
	display: none;
}

#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:78px; */
/* 	background: url("images/spirites.jpg") 0 -141px no-repeat; */
	width:20px;
	height:25px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	color: #e14a4a;
	font-weight: bolder;
	font-size: 2.4em;
}

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

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


#player_stop {
	position: absolute;
	left:110px;
	top:2px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
	display: none;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	left:104px;
	margin-top:4px;
	background-color: #eee;
	width:122px;
	height:15px;
	border: 1px solid #aaa;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	float: left;
	margin-left: 10px;
	padding: 2px 0px 0 3px;
	overflow: hidden;
	white-space: nowrap;
}
#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 {
	position: absolute;
	left:246px;
	top:2px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	display: none;
}

#player_volume_max {
	position: absolute;
	left:318px;
	top:2px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	display: none;
}

#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:264px;
	top:5px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#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;
	display: none;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:240px;
/* 	background: red; */
	position: absolute;
	top: 29px;
	right: -26px;
	display: none;
	z-index: 999;
}

#playlist_list ul{
	list-style-type:none;
/*
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
*/
	margin: 0;
	padding: 4px;
/* 	background-color:#ccc; */
	background-color: rgba(212, 250, 242, 0.9);
/* 	border:1px solid #009be3; */
	border-top:none;
	width:202px;
	font-size:.9em;
	-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	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;
}
#song {
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin-right: 10px;
	overflow: hidden;
}
