div.jp-audio {
        width: 289px;
	height: 50px;
        background: url("digitrax.player_bg.png") 0 0 no-repeat;
}
div.jp-interface {
	position: relative;
	width:100%;
}
div.jp-volume-bar {
  top:4px;
  left:5px;
  position: absolute;
  overflow:hidden;
  width: 32px;
  height: 15px;
  cursor: pointer;
}

div.jp-volume-bar-value {
  width:0px;
  background: url("digitrax.volbar_on.png") 0 0 no-repeat;
  height: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;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:23px;
	height:23px;
	z-index:1;
	top:0px;
	left:265px;
}
a.jp-play {
  background: url("digitrax.play_button.png") center center no-repeat;
}
a.jp-play:hover {
  background-color: #CCDDCC;
}
a.jp-pause {
  background: url("digitrax.pause_button.png") center center no-repeat;
  display: none;
}
a.jp-pause:hover {
  background-color: #CCDDCC;
}
a.jp-stop {
  top:0px;
  left:245px;
  background: url("digitrax.stop_button.png") center center no-repeat;
  width:23px;
  height:23px;
  z-index:1;
}
a.jp-stop:hover {
  background-color: #EFDDDD;
}
div.jp-progress {
  position: absolute;
  overflow:hidden;
  background-color: #CCC;
  top:4px;
  left:50px;
  width: 182px;
  height:16px;
} 

div.jp-seek-bar {
  background-color: #FFF;
  width:0px;
  height:100%;
  cursor: pointer;
}
div.jp-play-bar {
  background-color: #33EE33;
  width:0px;
  height:100%;
}
div.jp-seeking-bg {
  background: url("pbar-ani.gif");
}
a.jp-mute,
a.jp-unmute {
  display: none;
  width:0px;
  height:0px;
  top:0px;
  left:0px;
}
a.jp-mute {
}
a.jp-mute:hover {
}
a.jp-unmute {
}
a.jp-unmute:hover {
}
div.jp-current-time,
div.jp-duration {
  position: absolute;
  font-size:1em;
  font-style:oblique;
  top:25px;
  left:50px;
  width:180px;
}
div.jp-duration {
  text-align: right;
}
div.jp-playlist {
  display:none;
}
div.jp-jplayer {
  width:0px;
  height:0px;
}
div.jp-jplayer {
  background-color: #000000;
}
