.jp-audio {
	font-size: 1.25em; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
	background: url(jplayer.cmn.png) 0 -2px repeat-x;
	height: 30px;
	overflow: visible;
	margin: 3px 0 0 -5px;
	border-radius: 5px;
}

ul.jp-controls {
	list-style: none;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 20px;
	position: relative;
}
ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.jp-play {
	background: url(jplayer.cmn.png) -10px -40px no-repeat;
}
.jp-play:hover {
	background: url(jplayer.cmn.png) -30px -40px no-repeat;	
}
.jp-pause {
	background: url(jplayer.cmn.png) -50px -40px no-repeat;
}
.jp-pause:hover {
	background: url(jplayer.cmn.png) -70px -40px no-repeat;
}
ul.jp-controls a.jp-stop, 
ul.jp-controls a.jp-mute, 
ul.jp-controls a.jp-unmute, 
ul.jp-controls a.jp-volume-max {
	top: 45px;
}


.jp-progress {
	padding: 13px 10px 0 5px;
	height: 4px;
	overflow: hidden;
}

.jp-seek-bar {
	background-color: #217ad9;
	width: 0px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.jp-play-bar {
	background-color: #ce44d2;
	width: 0px;
	height: 100%;
	overflow: hidden;
}


div.jp-volume-bar,
div.jp-current-time,
div.jp-duration,
ul.jp-toggles, 
div.jp-title {
	display: none;
}
