/*
 * -----------------------------------------------
 * jPlayer.css
 * -----------------------------------------------
 */

#player_container {
	position: relative;
	background-color:#303030;
	width:570px;
	height:31px;
	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:30px;
	top:5px;
	width:20px;
	height:20px;
	cursor: pointer;
}
#player_play {
	background: url("images/player_play.gif") 0px -20px no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/player_play.gif") -20px -20px no-repeat;
}
#player_pause {
	background: url("images/player_play.gif") 0px 0px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("images/player_play.gif") -20px 0px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:5px;
	top:5px;
	background: url("images/player_prev.gif") 0px 0px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("images/player_prev.gif") -20px 0px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/player_prev.gif") 0px 0px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:55px;
	top:5px;
	background: url("images/player_next.gif") 0px 0px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("images/player_next.gif") -20px 0px no-repeat;
}

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

#player_stop {
	position: absolute;
	left:80px;
	top:5px;
	background: url("images/player_stop.gif") 0px 0px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/player_stop.gif") -20px 0px no-repeat;
}

#player_progress {
	position: absolute;
	left:110px;
	top:12px;
	background-color: #eee;
	width:160px;
	height:6px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:6px;
	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:6px;
}

#player_volume_min {
	position: absolute;
	left:350px;
	top:5px;
	background: url("images/volume_min.gif") 0px 0px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:430px;
	top:5px;
	background: url("images/volume_max.gif") 0px 0px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("images/volume_min.gif") -20px 0px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("images/volume_max.gif") -20px 0px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:375px;
	top:14px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:3px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:3px;
}

#play_time,
#total_time {
	position: absolute;
	left:283px;
	top:8px;
	width:60px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#total_time {
	text-align: right;
}

#playlist-link-show {
	position: absolute;
	left:460px;
	top:8px;
	width:90px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#playlist-link-hide {
	position: absolute;
	left:460px;
	top:8px;
	width:90px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#playlist-link-show a {
	color: #FFFFFF;
	text-decoration: none;
}

#playlist-link-show a:hover {
	color: #a3d6f4;
	text-decoration: underline;
}

#playlist-link-hide a {
	color: #FFFFFF;
	text-decoration: none;
}

#playlist-link-hide a:hover {
	color: #a3d6f4;
	text-decoration: underline;
}

#playlist_list {
	width:418px;
	z-index: 10;
	position: absolute;
}

#playlist_list ul{
	list-style-type:none;
	padding:6px 0px 0px 0px;
	margin:0 0 0px 0;
	background-color:#3f3f43;
	border:1px solid #454549;
	border-top:none;
	width:378px;
	font-size: 11px;
	background-image: url(images/playlist-bg.gif);
	background-repeat: repeat-x;
}

#playlist_list li{
	padding:5px 0 4px 20px;
	border-bottom:1px solid #454549;
	cursor: pointer;
	color: #a3d6f4;
}

#playlist_list li.playlist_current{
	list-style-type:none;
	list-style-position:inside;
	padding-left:4px;
	cursor: default;
	color:#ffffff;
	background-color: #323235;
	list-style-image: url(images/play-bullet.gif);
	background-image: url(images/currently-playing.gif);
	background-position: 270px 7px;
	background-repeat: no-repeat;
}

#playlist_list li.playlist_hover {
	background-color: #323235;
}
