div.jp-audio,
div.jp-audio-stream,
div.jp-video {
	background:#c3c3c3;
	position:relative;
	padding:0px 40px 5px 40px;
}
.exp .content_wrapper .jp-audio{
	width: 60%;
	margin: 0 auto;
}
.exp .content_wrapper .audio_wrapper{
	background:#e9e9e9;
	margin:10px 0;
}
.jp-controls{
	list-style:none;
}
.jp-controls li{
	/*text-indent:-9999px;*/
	display:inline-block;
}
.jp-current-time,.jp-duration{
	display:inline-block;
	color:#7b7b7b;
	font-size:.7rem;
	vertical-align:top;
	font-style:normal;
}
.jp-current-time:after{
	content: '/';
	margin-left: 2px;
}
.jp-progress{
	background:#fff;
	height:5px;
	width:105%;
	display:inline-block;
	vertical-align:top;
}
.jp-play-bar{
	height:5px;
	background:#646464;
}
.jp-play,.jp-pause{
	position:absolute;
	left:10px;
	top:8px;
}
.jp-play{
	border-left:10px solid #fff;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
}
.jp-pause{
	width:10px;
	margin-top:2px;
}
.jp-pause:before{
	content:'';
	display:inline-block;
	height:15px;
	width:4px;
	background:#fff;
	margin-right:2px;
}
.jp-pause:after{
	content:'';
	display:inline-block;
	height:15px;
	width:4px;
	background:#fff;
}
.m_um{
	position:absolute;
	right:20px;
	top:30px;
	width:22px;
	height:20px;
	cursor:pointer;
	background:url('../images/sprite.png') no-repeat;
	display:inline-block !important;
}
.jp-unmute{
	background-position:-112px -42px;
}
.jp-mute{
	background-position:-136px -42px;
	right:160px;
}
.jp-volume-bar {
	position: absolute;
	background:#575757;
	height:6px;
	width: 118px;
	right: 42px;
	bottom: 10px;
	cursor:pointer;
}
.jp-volume-bar-value {
    position:absolute;
    bottom: 0;
    background:#A5A5A5;
    width:80%;
    height:6px;
}
.exp .jp-progress{
	width:102%;
	margin-top:16px;
}
.exp .jp-gui{
	height:48px;
}
.exp .jp-controls{
	height:0;
}
.exp .jp-pause{
	margin-top:-3px;
}
.box_inner_content .jp-audio{
	padding:0px 40px 5px 25px;
}
.box_inner_content .jp-current-time,.box_inner_content .jp-duration{
	margin-top:13px;
}
.box_inner_content .jp-pause{
	margin-top:2px;
}