.jp-jplayer,.jp-audio {
    width: 800px;
    margin: auto auto;
}
.jp-title {
    font-size: 14px;
    text-align: center;
    color: #000;
}
 
.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jp-gui {
    position: relative;
    background: #F4AB4E;
    overflow: hidden;
    margin-top: 10px;
}
.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: SMR4;
    height:40px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
 
.jp-controls li {
    display: inline;
}
 
.jp-controls a {
    color: #fff;
}
.jp-repeat {
    position: absolute;
    right: 100px;
    top: 0;
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    background:#606060;
    color:#F4AB4E;
    border:0px;
} 
.jp-play,.jp-pause {
    position: absolute;
    right: 150px;
    top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    background:#606060;
    color:#F4AB4E;
    border:0px;
}
 
.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
    color:#fff;
}
 
.jp-mute,.jp-unmute {
    position: absolute;
    right: 55px;
    top: 0;
    width: 40px;
    height: 20px;
    display: inline-block;
     border-radius: 3px;
    text-align: center;
    background:#606060;
    color:#F4AB4E;
    border:0px;
}
 
.jp-mute {
    text-align: left;
}
.jp-time-holder {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 90px;
    top: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.jp-progress {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;height:40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}
 
.jp-play-bar {
    height: 40px;
    background-color: rgba(0,0,0,0.2);
}
 
.jp-volume-bar {
    position: absolute;
    right: 55px;
    top: 25px;
    width: 80px;
    height: 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    background-color: #cecece;
    overflow: hidden;
}
 
.jp-volume-bar-value {
    background-color: #606060;
    height: 10px;
}