div.jp-audio {
	width:207px;
	float:left;
}
div.jp-interface {
	position: relative;
	width:100%;
	border:1px solid gray;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:207px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:157px;
	height:157px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:25px;
	left:25px;
}
a.jp-pause {
	background: url("pause_play_stop_black.png") 0 0 no-repeat;
}
a.jp-play {
	background: url("pause_play_stop_black.png") -196px 0 no-repeat;
	display: none;
}
div.jp-jplayer {
	width:0px;
	height:0px;
	background-color: #000000;
}
