.jp-audio *:focus, .jp-audio-stream *:focus, .jp-video *:focus { outline:none; }

.jp-audio{ background: url("../images/mp3player/14.png") no-repeat; font-size: 16px; font-family: Verdana, Arial, sans-serif; line-height: 1.6; color: #fff; width: 732px; height: 24px; margin-left:10px;margin-bottom: 20px;}
.jp-controls-holder { display: flex;}

.jp-interface { position: relative; width: 100%; height: 24px; }
.jp-controls button { display: block; cursor: pointer; text-indent: -99999px; }
.jp-progress { color: #ecbdb7; width: 461px;height: 6px;padding: 0 2px 2px 2px;overflow: hidden;margin-top: 10px; }

.jp-seek-bar { background-color: #a6a262; width: 0px; height: 100%; overflow: hidden; cursor: pointer; border-radius: 5px;}
.jp-play-bar { background-color: #f8ea32; width: 0px; height: 100%; overflow: hidden; }

.jp-controls { display: flex; padding: 1px 0 2px 1px; overflow: hidden; width: 82px; margin-top: 2px;}
.jp-play { width: 19px; height: 20px; background: url(/images/mp3player/9.png) no-repeat; border: none; margin-left: 8px;}
.jp-state-playing .jp-type-single  .jp-play:focus { background: url(/images/mp3player/11.png) no-repeat; }
.jp-state-playing .jp-type-single  .jp-play { background: url(/images/mp3player/11.png) no-repeat;}

.jp-stop { width: 21px; height: 20px; background: url("/images/mp3player/6.png") no-repeat; border: none; margin-left: 18px;}
.jp-time { display: flex; font-family: Arial,sans-serif; font-size: 10px; width: 95px; }
.jp-volume { width: 55px; margin-top: 8px; }
.jp-volume-controls { position: relative; width: 30px; }

.jp-mute { text-indent: -9999px; width: 21px; height: 18px; background: url(/images/mp3player/1.png) no-repeat; border: none; cursor: pointer; position: relative; top: -3px; left: 13px; }
.jp-state-muted .jp-mute { background: url(/images/mp3player/3.png) no-repeat; }
.jp-volume-bar { cursor: pointer; }

.jp-volume-bar-value { background-color: #f8ea32; height: 9px; cursor: pointer; border-radius: 9px;}
.jp-duration, .jp-current-time { position: relative; top: 4px; left: 26px; }
.jp-current-time { color: #f8ea32; }
.jp-duration { left: 29px; cursor: pointer; }