div.jp-interface {
	position: relative;
	width: 70px;
	height: 75px;
}
div.jp-single-player div.jp-interface {
	border-bottom: none;
}
div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
	top: 0;
	width: 70px;
	height: 75px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left: 0;
}
a.jp-play {
	background: url("jplayer.perfectpitch.gif") 0 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.perfectpitch.gif") 0 -75px no-repeat;
	display: none;
}
