div.jp-single-player,
div.jp-playlist-player { margin: 5px 0px 10px 0px; font-size: 10px; font-family:Verdana, Arial, sans-serif; color: #666; }
div.jp-interface { position: relative; width:300px; height:17px; background-color: #e6e6e6;  z-index: 0px; }
div.jp-single-player div.jp-interface { border-bottom:none; }
div.jp-playlist-player div.jp-interface { }

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 { display: block; position: absolute;	overflow:hidden; text-indent:-9999px; }
a.jp-play, a.jp-pause { top:0;	width:15px;	height:17px; }
div.jp-single-player a.jp-play, div.jp-single-player a.jp-pause {	left:0px; }
a.jp-play { background: url("/image/player/but-play.gif") 0 0 no-repeat; }
a.jp-play:hover {  }
a.jp-pause { background: url("/image/player/but-pause.gif") 0px 0px no-repeat; }
a.jp-pause:hover {}
a.jp-stop { top:0px; background: url("/image/player/but-stop.gif") 0px 0px no-repeat; width:15px; height:17px; }
div.jp-single-player a.jp-stop { left:16px; }
a.jp-stop:hover {	 }
div.jp-progress {	position: absolute;	overflow:hidden; top:6px; background-color: #c3c3c3; width:187px; height:5px; }
div.jp-single-player div.jp-progress { left: 40px; }
div.jp-load-bar {	background: #d4d4d4;	width:0px; height: 5px;	cursor: pointer; }
div.jp-play-bar {	background: #5e9ab2; width:0px;	height: 5px; }

div.jp-play-time, div.jp-total-time {	position: absolute;	top:4px; width:55px; font-size: 8px;	font-style:oblique; border: 0px solid #000 }
div.jp-total-time {	text-align: right; }
div.jp-single-player div.jp-play-time, div.jp-single-player div.jp-total-time {	left:237px; }

