div.jp-audio {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 36px;
	overflow: hidden;
	text-align: left;
	border: none;
}
div.jp-interface {
	position: relative;
	width: 360px;
	height: 36px;
	background: transparent url("../images/player/bg.png") no-repeat center center;
}
div.jp-audio div.jp-type-playlist 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-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top: 12px;
	left: 10px;
}
a.jp-play {
	background: transparent url("../images/player/btn.png") no-repeat 0 0;
}
a.jp-play:hover {
	background: transparent url("../images/player/btn.png") no-repeat 0 -13px;
}
a.jp-pause {
	background: transparent url("../images/player/btn.png") no-repeat -13px 0;
	display: none;
}
a.jp-pause:hover {
	background: transparent url("../images/player/btn.png") no-repeat -13px -13px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top: 30px;
	left: 90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top: 30px;
	left: 126px;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top: 14px;
	left: 47px;
	width: 220px;
	height: 7px;
}
div.jp-seek-bar {
	width: 220px;
	height: 7px;
	cursor: pointer;
	background: transparent url("../images/player/track.png") repeat-x 0 0;
}
div.jp-play-bar {
	width: 0px;
	height: 7px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/player/progress.png") repeat-x 0 0;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top: 10px;
	left: 290px;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
}
a.jp-mute {
	background: transparent url("../images/player/volume.png") no-repeat 0 0;
}
a.jp-mute:hover {
	background: transparent url("../images/player/volume.png") no-repeat 0 -16px;
}
a.jp-unmute {
	background: transparent url("../images/player/volume.png") no-repeat -16px 0;
	display: none;
}
a.jp-unmute:hover {
	background: transparent url("../images/player/volume.png") no-repeat -16px -16px;
}
div.jp-volume-bar {
	position: absolute;
	top: 14px;
	left: 310px;
	overflow: hidden;
	width: 40px;
	height: 7px;
	cursor: pointer;
	background: url("../images/player/vtrack.png") no-repeat 0 0;
}
div.jp-volume-bar-value {
	height: 5px;
	margin: 1px 0 0 1px;
	padding: 0;
	background: url("../images/player/progress.png") repeat-x 0 0;
}
div.jp-playlist {
	display: none;
}
