#jquery_jplayer{font-size:0;}
#player_container {
	position: relative;
	/* background:url(../../images/bckg_player.gif) no-repeat; */
	background:#fff;
	width:100%;
	clear:both;
	height:74px;
	border:1px solid #ccc
}
#content #player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	width:100%;
	display:block;
}
#content #player_container  ul#player_controls li {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	padding:0;
	margin:0;
}
#player_play,
#player_pause {
	width:40px;
	height:40px;
	cursor: pointer;
	position:absolute;
	left:5px;
	top:29px;
}
#player_play {
	background:url(../../images/spirites.gif) 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background:url(../../images/spirites.gif) -41px 0 no-repeat;
}
#player_pause {
	background:url(../../images/spirites.gif) 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background:url(../../../images/spirites.gif) -41px -42px no-repeat;
}
#player_stop {
	background:url(../../images/spirites.gif) 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
	position:absolute;
	left:50px;
	top:35px
}
#player_stop.different_prefix_example_hover {
	background:url(../../images/spirites.gif) -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	font-size:0;
	left:95px;
	top:42px;
	background:#fff;
	display:block;
	width:293px;
	height:8px;
	padding:2px;
	border:1px solid #ccc
	}
#player_progress_load_bar {
	background:url(../../images/bckg_audio_progress.gif) repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
	font-size:0;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("../../images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background:#207141;
	width:0px;
	height:8px;
	font-size:0;
}
#player_volume_min {
	background:url(../../images/spirites.gif) 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	position:absolute;
	top:41px;
	left:415px;
}

#player_volume_max {
	background:url(../../images/spirites.gif) 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	position:absolute;
	top:41px;
	left:483px;
}

#player_volume_min.different_prefix_example_hover {
	background:url(../../images/spirites.gif)) -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background:url(../../images/spirites.gif) -19px -186px no-repeat;
}

#player_volume_bar {
	background:#ccc;
	width:46px;
	height:7px;
	font-size:0;
	cursor: pointer;
	position:absolute;
	top:45px;
	right:30px
}
#player_volume_bar_value {
	background: #207141;
	width:0px;
	height:7px;
}

#player_playlist_message {
	position: absolute;
	z-index:1000;
	left:0px;
	bottom:0px;
	width:506px;
	font-family: Arial, Helvetica, sans-serif;
	background:#f7f7f7;
}
#player_header{
	background:url(../../images/bckg_corn-cont_th.png) repeat-x bottom #309458;
	position:absolute;
	left:1px;
	top:1px;
	width:506px;
	}
	#player_header h2{
		margin:0;
		padding:2px 8px;
		color:#fff;
		font-size:1em;
		font-weight:bold;
		width:50%;
		float:left;
		}
#song_title {
	float:left;
	margin:0;
	padding:5px 0 3px 10px;
	font-weight:bold;
	font-size:0.9em
}
#time_block{
	float:right;
	padding:4px 10px 0 0;
	width:30%;
	text-align:right;
	color:#fff
	}
#play_time,
#total_time {
	font-weight:normal;
	font-size:.9em;
}

#player_progress_load_bar, #player_progress_play_bar, #player_volume_bar, #player_volume_bar_value{
	-moz-border-radius-topleft: 3px; 
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; 
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; 
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-right-radius: 3px;
	}
	#player_progress{
		-moz-border-radius-topleft: 6px; 
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px; 
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-bottomleft: 6px; 
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px; 
		-webkit-border-bottom-right-radius: 6px;
		}
