div.jp-jplayer audio, div.jp-jplayer { position:relative; width:0px; height:0px; top:-9999px; }
div.jp-jplayer { background-color: #CCC; }

div.jp-audio {
	font-size:12px; 
	font-family:Arial, sans-serif;
	line-height:1.3;
	color: #666;
	position:relative;
	width:282px;
	padding-top:3px;
}
div.jp-interface {
	position: relative;
	width:100%;
	height:30px;
}
div.jp-title {
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top:0px;
	padding-left:27px;
	position: relative;
	top:5px;
	width:160px;
}

/* кнопки play/pause */
ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	width: 380px;
	padding:0px 20px 0 0px;
}
ul.jp-controls li {
	display:inline;
	float: left;
}
ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause { width:20px; height:20px; cursor:pointer; }
li.jp-play { background: url("audio.png") -1px 0px no-repeat; }
li.jp-play:hover { opacity:0.8; }
li.jp-pause { background: url("audio.png") -25px 0px no-repeat; display: none; }
li.jp-pause:hover { opacity:0.8; }

div.jp-progress {
	position: absolute;
	top:2px;
	height:10px;
	overflow:hidden;
	background: url("audio.png") -50px -20px;
}
div.jp-progress {
	left:25px;
	width:160px;
}
div.jp-seek-bar {
	background: url("audio.png") -50px 2px;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("audio.png") -50px -9px;
	width:0px;
	height:100%;
}
li.jp-mute,
li.jp-unmute,
li.jp-volume-max {
	width:13px;
	height:15px;
	margin-top:2px;
	cursor:pointer;
}
li.jp-mute,
li.jp-unmute {
	margin-left: 180px;	
}
li.jp-volume-max { margin-left: 47px; }
li.jp-mute { background: url("audio.png") -2px -32px no-repeat; }
li.jp-mute:hover { opacity:0.8; }
li.jp-unmute { background: url("audio.png") -31px -32px no-repeat; display: none; }
li.jp-unmute:hover { opacity:0.8; }
li.jp-volume-max { background: url("audio.png") -17px -32px no-repeat; }
li.jp-volume-max:hover { opacity:0.8; }

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("audio.png") -54px -34px repeat-x;
	width:42px;
	height:3px;
	cursor: pointer;
}
div.jp-volume-bar {
	top:7px;
	left:213px;
}
div.jp-volume-bar-value {
	background: url("audio.png") -102px -34px repeat-x;
	width:0px;
	height:3px;
}

/* время */
div.jp-time-holder { position:absolute; top:14px; }
div.jp-time-holder { left:27px; width:156px; }
div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:9px;
	font-family:Arial;
	color:#999;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

