.audioplayer
{
	height: 32px; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: none;
	position: relative;
	z-index: 1;
    width: 86%;
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 32px; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 32px;
			height: 32px;
			border: none; /* 8 */
			background:url(../../gfx/ico-play.png) 0 0 no-repeat;
            background-size: contain;
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 0; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 20px; /* 12 */
			height: 20px; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -10px 0 0 -10px; /* 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: 38px; /* 70 */
		height: 100%;
		line-height: 32px; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0;
		font-size:8px;
	}
		.audioplayer-time-current
		{
			left: 32px; /* 40 */
		}
		.audioplayer-time-duration
		{
			right: 0px; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 10px; /* 14 */
		background-color: #343434;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 38px; /* 110 */
		left: 70px; /* 110 */
		margin-top: -5px; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #515151;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #5a9c62;
			z-index: 2;
		}
	.audioplayer-volume
	{
        display: none;
		width: 32px; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 32px; /* 5 */
				height: 25px; /* 6 */
				background:url(../gfx/sprite.png) -365px -116px no-repeat;
				display: block;
				position: relative;
				z-index: 1;
				top: 50%;
				left:0px;
				margin-top:-13px;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
				}
		.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			cursor: default;
			padding:10px;
			position: absolute;
			left: 0px;
			right: 0px;
			top: -9999px;
			background: #282828;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
			.audioplayer-volume-adjust > div
			{
				width: 80%;
				height: 100%;
				background-color: #515151;
				cursor: pointer;
				position: relative;
				z-index: 1;
				margin:0px auto;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #5a9c62;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		-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 );
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
	}
	.audioplayer-volume-adjust
	{
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}