.audioplayer
{
	height: 45px;
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
	background:#188CAB;
}
.audioplayer-mini
{
	width: 40px;
	margin: 0 auto;
}
.audioplayer > div
{
	position: absolute;
}
.audioplayer-playpause
{
	width: 40px;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 40px;
}
.audioplayer-mini .audioplayer-playpause
{
	width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
	background-color: #147995;
}
.audioplayer-playpause a
{
	display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
	width: 0;
	height: 0;
	border: 8px solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -4px; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a
{
	width: 12px; /* 12 */
	height: 12px; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
	left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
	right: 0;
}
.audioplayer-time
{
	width: 70px; /* 70 */
	height: 100%;
	line-height: 38px; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}
.audioplayer-time-current
{
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 40px; /* 40 */
}
.audioplayer-time-duration
{
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 40px; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration
{
	border-right: 0;
	right: 0;
}
.audioplayer-bar
{
	height: 6px;
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 30px;
	left: 85px;
	margin-top: -3px;
}
.audioplayer-novolume .audioplayer-bar
{
	right: 770px; /* 70 */
}
.audioplayer-bar div
{
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded
{
	background-color: #12748D;
	z-index: 1;
}
.audioplayer-bar-played
{
	background:#FFAD03;
	z-index: 2;
}
.audioplayer-volume
{
	width: 40px; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus
{
	background-color: #147995;
}
.audioplayer-volume-button
{
	width: 100%;
	height: 100%;
}
.audioplayer-volume-button a
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.audioplayer-volume-button a i{
	color: #ffffff;
	margin-left: 33px;
	font-size: 16pt;
	position: relative;
	float: left;
	margin-top: 12px;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after
{
	content: '';
	position: absolute;
}

.audioplayer-volume-adjust
{
	height: 20px;
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #188CAB;
	width: 100px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
{
	opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust
{
	top: 100%;
}
.audioplayer-volume-adjust > div
{
	width: calc( 100% - 10px);
	height: 5px;
	background-color: #12748D;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 7px auto 0;
}
.audioplayer-volume-adjust div div
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFAD03;
}
.audioplayer-novolume .audioplayer-volume
{
	display: none;
}

.audioplayer-play,
.audioplayer-pause
{
	-webkit-filter: drop-shadow( 1px 1px 0 #000 );
	-moz-filter: drop-shadow( 1px 1px 0 #000 );
	-ms-filter: drop-shadow( 1px 1px 0 #000 );
	-o-filter: drop-shadow( 1px 1px 0 #000 );
	filter: drop-shadow( 1px 1px 0 #000 );
}
.mp3name{
	width: 100%;
	background-color: #188CAB;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Ara-Hamah-1964-R';
	font-size: 14pt;
	line-height: 1;
}