div.jp-audio {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0;
	width: 170px;
	height: 36px;
	overflow: hidden;
	float: right;
}
div.jp-interface {
	position: relative;
	width: 170px;
	height: 36px;
	background: transparent url("bg.png") no-repeat 0 0;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:36px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin: 0; padding:0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:13px; height:13px;
	display:block;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 12px;
	left: 13px;
}
a.jp-play {
	background:transparent url("btn.png") no-repeat 0 0;
}
a.jp-play:hover {
	background:transparent url("btn.png") no-repeat 0 -13px;
}
a.jp-pause {
	background:transparent url("btn.png") no-repeat -13px 0;
	display: none;
}
a.jp-pause:hover {
	background:transparent url("btn.png") no-repeat -13px -13px;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top: 13px;
	left: 38px;
	width: 50px;
	height: 7px;
}
div.jp-seek-bar {
	background:transparent url("track.png") repeat-x 0 0;
	width:50px; height:7px;
	cursor:pointer;
}
div.jp-play-bar {
	background:transparent url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}
a.jp-mute,
a.jp-unmute {
	width:16px; height:16px;
	overflow:hidden;
	display:block;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 11px;
	left: 100px;
}
a.jp-mute {
	background:transparent url("volume.png") no-repeat 0 0;
}
a.jp-mute:hover {
	background:transparent url("volume.png") no-repeat 0 -16px;
}
a.jp-unmute {
	background:transparent url("volume.png") no-repeat -16px 0;
	display: none;
}
a.jp-unmute:hover {
	background:transparent url("volume.png") no-repeat -16px -16px;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("vtrack.png") no-repeat 0 0;
	width:40px; height:6px;
	cursor:pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 14px;
	left: 120px;
}
div.jp-volume-bar-value {
	background: url("progress.png") repeat-x 0 0;
	width:0px; height:5px;
	margin:1px 0 0 1px; padding:0;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
div.jp-audio {
	position: absolute;
	right: 70px;
	margin-top: 8px;
	margin-bottom: 7px;
	padding: 0;
	width: 70px;
	height: 36px;
	float:left;
}
div.jp-interface {
	position: relative;
	width: 70px;
	height: 36px;
	background: transparent url("bg.png") no-repeat 0 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top: 13px;
	left: 38px;
	width: 20px;
	height: 7px;
}
}