.jp-audio *:focus,
.jp-audio-stream *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;}

.jp-audio {
  width: 80px;
  height: 80px;
}

.jp-controls div {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-play {
  width: 80px !important;
  height: 80px !important; }

.jp-play {
    background: url("/images/player/play_pause.png") 0 0 no-repeat; }

.jp-play:focus {
    background: url("/images/player/play_pause.png") 0 0 no-repeat; }

.jp-state-playing .jp-play {
    background: url("/images/player/play_pause.png") -80px 0 no-repeat; }

.jp-state-playing .jp-play:focus {
    background: url("/images/player/play_pause.png") -80px 0 no-repeat; }