/*! Single Button Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Single Button
 *
 * Copyright (c) Steve Wehr
 *
 * Author: Steve Wehr
 * Date: 13th September 2015
 */
.jp-audio *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

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

.jp-audio button {
  border: none;
  cursor: pointer; }

.jp-play {
  width: 30px;
  height: 30px; }

.jp-play {
  background: url("../image/sew_single_white_play.png") no-repeat; }

.jp-play:focus {
  background: url("../image/sew_single_white_play.png") no-repeat; }

.jp-state-playing .jp-play {
  background: url("../image/sew_single_white_pause.png") no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("../image/sew_single_white_pause.png") no-repeat; }

