
div.jp-audio
 {
	font-size:1em; 
	font-family:Verdana, Arial, sans-serif;
	color: #666;
}
div.jp-audio {
	padding:0;
	margin: 0;
	height:40px;
	width:40px;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
	
}

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:40px;
	height:40px;
	z-index:1;
}

a.jp-play {
	background: url("speaker1.png") no-repeat;
}

a.jp-pause {
	background: url("speaker.png") no-repeat;
	display: none;
}


