	.jp_player {
		position: relative;
		height: 20px;
		left: 30px;
	}

	.jplayer_control {
		position: absolute;
	}

	#jplayer_play, #jplayer_pause { left: 0px; }
	#jplayer_stop {left: 16px; }
	#jplayer_previous { left: 32px; }
	#jplayer_trackname {
		position: absolute;
		color: #fff;
		padding-left: 2px;
	}
	#jplayer_next { left: 248px; }
	
	div.jp-progress {
		position: absolute;
		overflow:hidden;
		left: 48px;
		background-color: #ddd;
		width:200px;
		height:17px;
	}
		div.jp-load-bar {
			background-color: #FCD9DF;
			width:0px;
			height:17px;
			cursor: pointer;
		}
		div.jp-play-bar {
			background-color: #C90525;
			width:0px;
			height:17px;
		}
	
	#jplayer_volume_min { left: 270px; }
	#jplayer_volume_bar {
		position: absolute;
		left: 284px;
		margin-top: 6px;
		height: 5px;
		width: 60px;
		background-color: #ccc;
	}
	#jplayer_volume_max { left: 344px; }
	
	
 
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

