

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:0px;
	width:25px;
	height:25px;
}

div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:22px;
}
a.jp-play {
	background: url("img_jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("img_jplayer.png") -25px 0 no-repeat;
}
a.jp-pause {
	background: url("img_jplayer.png") 0 -26px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("img_jplayer.png") -25px -26px no-repeat;
}

