.jp-title {
    font-size: 12px;
    text-align: center;
    color: #999;
}

.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jp-gui {
	position: relative;
	overflow: hidden;
	margin-top: 0;
}

.jp-jplayer, .jp-audio {
    width: 30px;
    margin: 0 auto;
}

.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
	text-indent:-999em
}

.jp-play,.jp-pause {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
}
.jp-play {
	background:url(../images/play.png) no-repeat;
	background-position:0 0;
}
.jp-pause {
	background:url(../images/sound.png) no-repeat;
	background-position:0 0;
}

.jp-controls .jp-play:hover, .jp-controls .jp-pause:hover, .jp-controls .jp-mute:hover, .jp-controls .jp-unmute:hover{
	opacity:1;
}

.jp-mute,.jp-unmute {
    position: absolute;
    right: 0;
    top:10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 46px;
}

.jp-mute {
    text-align: left;
}

@media only screen and (max-width: 767px) {
.jp-jplayer, .jp-audio {
    width: 20px;
}
.jp-controls {
    height: 20px;
}
.jp-play,.jp-pause {
	width: 20px;
	height: 20px;
	line-height: 33px;
}
.jp-play {
	background:url(../images/play-mob.png) no-repeat;
}
.jp-pause {
	background:url(../images/sound-mob.png) no-repeat;
}
}