.jp-gui {
	position:relative;
	padding:0;
	height: 32px;
	width: 342px;
}
@media (max-width: 48em) { 
	.jp-gui {
		width: 220px;
	}
}
  
.jp-pause,
.jp-unmute {
	display:none;
}

.jp-play-button {
	float: left;
	display: inline;
	width: 72px;
	margin-right: 10px;
}

.jp-play-button a {
	display: block;
	padding: 10px 0 10px 10px;
	width: 62px;
	line-height: 1;
	font-size: .8125em;
	background: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.jp-play-button a.jp-play:before {
	font-family: "The-Village";
  	content: "\e61c";
    font-size: .85em;
	margin-right: .35em;
    font-weight: normal !important;
	vertical-align: middle;
}

.jp-play-button a.jp-pause:before {
	font-family: "The-Village";
  	content: "\e658";
    font-size: .85em;
	margin-right: .35em;
    font-weight: normal !important;
	vertical-align: middle;
}

.jp-progress {
	float: left;
	display: inline;
	width: 180px;
	height: 32px;
	position: relative;
	margin-right: 10px;
	background: #f2f2f2;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 48em) { 
	.jp-progress {
		width: 118px;
		margin-right: 0;
		background: #ffffff;
	}
}

.jp-seek-bar {
	background: url(/_components/player/skin/audio/bg_noise.png);
	width:0px;
	height:32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 48em) { 
	.jp-seek-bar {
		background: url(/_components/player/skin/audio/bg_noise_dark.png);
	}
}

.jp-play-bar {
	position: absolute;
	background: url(/_components/player/skin/audio/bg_noise_dark.png);
	width:0px;
	height:32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 48em) { 
	.jp-play-bar {
		background: #228fcb;
	}
}

.jp-time-holder {
	
}

.jp-current-time {
	display: none;
	position: absolute;
	left: 0;
	top: 8px;
	width: 40px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	color: #666;
	z-index: 100;
}

.jp-duration {
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
	color: #666;
	z-index: 100;
}

.jp-volume-holder {
	float: right;
	width: 50px;
	padding: 10px;
	background: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 48em) { 
	.jp-volume-holder {
		display: none;
	}
}

.jp-volume-controls {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.jp-volume-controls .jp-mute {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9996em;
}
.jp-volume-controls .jp-mute:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "The-Village";
  	content: "\e6a4";
    font-size: .875em;
    font-weight: normal !important;
	vertical-align: middle;
	text-indent: 0;
}
.jp-volume-controls .jp-unmute {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9996em;
}
.jp-volume-controls .jp-unmute:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "The-Village";
  	content: "\e6a4";
    font-size: .875em;
    font-weight: normal !important;
	vertical-align: middle;
	text-indent: 0;
	color: black;
	opacity: .2;
}

.jp-volume-bar-holder {
	float: left;
	width:35px;
	height:10px;
	position: relative;
}

.jp-volume-bar {
	background: url(/_components/player/skin/audio/bg_noise_dark.png);
	width:35px;
	height:10px;
	cursor: pointer;
}

.jp-volume-bar-value {
	position: absolute;
	background: #228fcb;
	width:0px;
	height:10px;
}
