.jp-audio-stream .jp-interface {
	height: 48px;
}

.jp-audio-stream .jp-controls {
	top: 4px;
}

.jp-volume-controls {
	top: 16px;
}


.jp-interface {
    position: relative;
    background-color: #47009a;
    width: 100%;
}


.jp-audio-stream {
	border: none;
}
 

/* buttons */
.jp-play {
  background: url("jplayer.blue.monday.jpg") 0 0 no-repeat; }

.jp-play:focus {
  background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat; }

.jp-state-playing .jp-play {
  background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat; }

.jp-seek-bar {
  background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("jplayer.blue.monday.seeking.gif"); }

/* audio buttons */
.jp-mute {
  background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat; }

.jp-mute:focus {
  background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("jplayer.blue.monday.jpg") -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("jplayer.blue.monday.jpg") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer; }

.jp-volume-bar-value {
  background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }


