#player_container {
	position: relative;
	background-color:#000000;
	width:auto;
	height:20px;
	border:0;
	float: left;
}
#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_volume_min {
	position: absolute;
	left:0;
	top:1px;
	background: url("../img/jPlayer/vol_min.gif") 0 0 no-repeat;
	width:7px;
	height:10px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:42px;
	top:1.5px;
	background: url("../img/jPlayer/vol_max.gif") 0 0 no-repeat;
	width:14px;
	height:10px;
	cursor: pointer;
}

#player_volume_bar {
	position: relative;
	left:10px;
	top:5px;
	background: #000000 url("../img/jPlayer/volume_bar.gif") repeat-x top left;
	width:30px;
	height:10px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../img/jPlayer/volume_bar_value.gif") repeat-y right center;
	position: absolute;
	width: 4px;
	height: 6px;
	overflow: hidden;
	top: -2px;
}

#jplayer_info{
	display: none;
}
#jquery_jplayer{
	background: #000000;
	margin-top: 4px;
}
