div.jp-single-player {
	font-size:1em;
	line-height:1.2;
	color: #666;
}
div.jp-interface {
	position: relative;
	font-size: 85%;
	color: #2b2b2b;
}
#myLoadInfo,
#jplayer_play_time {
	text-align: right;
	}
div.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:19px;
	margin: 5px 3px 5px 0;
}
li.jp-play,
li.jp-pause {
	display: block;
	width:19px;
	height:20px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
li.jp-play {
	background: url("player-sprite.gif") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("player-sprite.gif") -19px 0 no-repeat;
}
li.jp-pause {
	background: url("player-sprite.gif") 0 -20px no-repeat;
}
li.jp-pause:hover {
	background: url("player-sprite.gif") -19px -20px no-repeat;
}
li.jp-stop {
	background: url("player-sprite.gif") 0 -40px no-repeat;
	width:19px;
	height:20px;
	cursor: pointer;
}
li.jp-stop:hover {
	background: url("player-sprite.gif") -19px -40px no-repeat;
}
