@charset "utf-8";

div.jp-audio {
	width: 294px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
div.jp-interface {
	width: 294px;
	height: 31px;
	background: url("/university/audio/bg.png") no-repeat 0 0;
	position: relative;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height: 31px;
}
div.jp-interface ul.jp-controls {
	margin: 0;
	padding: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
	display: inline;
	padding: 0;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
	width: 76px;
	height: 31px;
	display: block;
	z-index: 1;
}
a.jp-play {
	background: url("/university/audio/btn.png") no-repeat 0 0;
}
a.jp-pause {
	background: url("/university/audio/btn.png") no-repeat -76px 0;
	display: none;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width: 120px;
	height: 7px;
	top: 12px;
	left: 87px;
}
div.jp-seek-bar {
	width: 119px;
	height: 6px;
	padding: 1px 0 0 1px;
	background: url("/university/audio/track.png") repeat-x 0 0;
	cursor: pointer;
}
div.jp-play-bar {
	width: 0;
	height: 5px;
	background: url("/university/audio/progress.png") repeat-x 0 0;
}
a.jp-mute,
a.jp-unmute {
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: block;
	z-index: 999;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 7px;
	left: 225px;
}
a.jp-mute {
	background: url("/university/audio/volume.png") no-repeat 0 0;
}
a.jp-unmute {
	background: url("/university/audio/volume.png") no-repeat -16px 0;
	display: none;
}
div.jp-volume-bar {
	width: 39px;
	height: 6px;
	padding: 1px 0 0 1px;
	position: absolute;
	overflow: hidden;
	background: url("v/university/audio/track.png") no-repeat 0 0;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 12px;
	left: 245px;
}
div.jp-volume-bar-value {
	width: 0;
	height: 5px;
	background: url("/university/audio/progress.png") repeat-x 0 0;
}
