/* JPLAYER Style */

#wholePlayer {
position: relative;
overflow:hidden;
left: 0px;
width: 270px;
margin: 0px auto 0px auto;
border-top:1px solid #28327c;
border-bottom:1px solid #28327c;
}

#player_container {
	position: relative;
	width:275px;
	height:41px;
	color: #28327c;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding: 0px;
	border-bottom:1px solid #28327c;
	margin: 0 0 2px 0;
}
#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:33px;
	top:7px;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_play {
	background: url("images/player/spirites2.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/player/spirites2.jpg") -30px 0 no-repeat;
}
#player_pause {
	background: url("images/player/spirites2.jpg") 0 -30px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("images/player/spirites2.jpg") -30px -30px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:0px;
	top:7px;
	background: url("images/player/spirites2.jpg") 0 -60px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("images/player/spirites2.jpg") -30px -60px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/player/spirites2.jpg") -30px -60px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:67px;
	top:7px;
	background: url("images/player/spirites2.jpg") 0 -90px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("images/player/spirites2.jpg") -30px -90px no-repeat;
}

#ctrl_next.disabled {
	background: url("images/player/spirites2.jpg") -30px -90px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("images/player/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/player/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:106px;
	top:19px;
	background-color: #ccc;
	width:89px;
	height:15px;
}
#player_progress_load_bar {
	background: url("images/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/player/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/player/bar_play2.gif") top left repeat-x ;
	width:0px;
	height:15px;
}



#player_volume_bar {
	position: absolute;
	left:205px;
	top:7px;
	background: url("images/player/volume_bar2.gif") repeat-x top left;
	width:65px;
	height:17px;
	cursor: pointer;
}

#player_volume_bar_value {
	background: url("images/player/volume_bar_value2.gif") repeat-x top left;
	width:0px;
	height:17px;
	margin-bottom: 3px;
}

#play_time,
#total_time {
	position: absolute;
	left:106px;
	top:4px;
	width:90px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	position: relative;
	width:275px;
	overflow:hidden;
}

#playlist_list ul{
	list-style-type:none;
	padding:0px;
	margin:0 0 10px 0;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#playlist_list li{
	display: block;
	float: left;
	width:124px;
	height: 17px;
	color: #28327c;
	background-color:#e3e3e3;
	border:1px solid #fff;
	margin: 0;
	padding: 5px 10px 0 30px;
	text-indent:-15px;
}



#playlist_list li.playlist_current{
	color:#FFF;
	list-style-position:inside;
	background-color:#96b8de;
}

#playlist_list li.playlist_hover {
	color:#fff;
	background-color:#28327c;
}
#playlist_list li.lyriconeRows{
	position: relative;
	display: block;
	padding:0;
	margin:0;
	text-align: center;
	width:103px;
	height: 22px;
	overflow: hidden;
	text-indent:0px;
}
#playlist_list li.lyriconeRows a{
width: 100%;
	margin:0;
	padding:0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	font-size:11px;
	background-color:#e3e3e3;
	height: 22px;
}
#playlist_list li.lyriconeRows a:hover{
	background-color:#28327c;
}
#playlist_list li.break{
	display: block;
	background-color: #FFF;
	height: 12px;
	padding:6px 3px 6px 15px;
	margin:0 0 0 1px;
	text-align: left;
	width:249px;
	font-weight: bold;
	overflow: hidden;
	text-indent:0px;
	border-bottom:1px solid #28327c;
	border-top:1px solid #28327c;
}
#playlist_list li.twoRows{
	height: 30px;
}
#playlist_list li.lyrictwoRows{
	position: relative;
	display: block;
	padding:0;
	margin:0;
	text-align: center;
	width:103px;
	height: 35px;
	overflow: hidden;
	text-indent:0px;
}
#playlist_list li.lyrictwoRows a{
width: 100%;
	margin:0;
	padding:0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	font-size:11px;
	background-color:#e3e3e3;
	height: 100%;
}
#playlist_list li.lyrictwoRows a:hover{
	background-color:#28327c;
}

#playlist_list li.hidden {display: none; }