.audioplayer
{
	position: relative;
	z-index: 1;
	height: 2.5em; /* 40 */
	border: 1px solid #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #333;
	color: #fff;
	text-shadow: none;
}
	.audioplayer-mini
	{
		margin: 0 auto;
		width: 2.5em; /* 40 */
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		top: 0;
		left: 0;
		z-index: 2;
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border: none;
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #fff;
			content: '';
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				position: absolute;
				top: 0;
				width: 40%;
				height: 100%;
				background-color: #fff;
				content: '';
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		top: 0;
		z-index: 2;
		width: 4.375em; /* 70 */
		text-align: center;
	}
		.audioplayer-time-current
		{
			left: 2.5em; /* 40 */
			margin-top: 8px;
			height: 50%;
			border-left: 1px solid #ff4d49;
			line-height: 18px;
		}
		.audioplayer-time-duration
		{
			right: 2.5em;
			margin-top: 8px;
			height: 50%;
			border-right: 1px solid #ff4d49;
			line-height: 18px;
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				right: 0;
				border-right: 0;
			}
	.audioplayer-bar
	{
		right: 6.875em; /* 110 */
		left: 6.875em; /* 110 */
		z-index: 1;
		margin-top: -0.438em; /* 7 */
		height: 2px; /* 14 */
		background-color: #222;
		cursor: pointer;
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 0;
			height: 100%;
		}
		.audioplayer-bar-loaded
		{
			z-index: 1;
			background-color: #4d4d4d;
		}
		.audioplayer-bar-played
		{
			z-index: 2;
			background: #ff4d49;
		}

		.audioplayer-bar-button{
			position: absolute;
			display: block;
			width: 16px !important;
			height: 16px !important;
			border-radius: 50% !important;
			background: #ff4d49;
			content: "";
			margin-top: -7px;
			z-index: 10;
		}
	.audioplayer-volume
	{
		top: 0;
		right: 0;
		z-index: 2;
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #222;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				position: relative;
				top: 40%;
				left: 35%;
				z-index: 1;
				display: block;
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				background-color: #fff;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					position: absolute;
					content: '';
				}
				.audioplayer-volume-button a:before
				{
					top: 50%;
					right: -0.25em;
					z-index: 2;
					margin-top: -0.5em; /* 8 */
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-right-color: #fff;
					border-left: none;
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					top: -2px;
					left: 0.52em;
					height: 0.313em;
					border: 0.35em double #FFF;
					border-width: 0.35em 0.35em 0 0;
					-webkit-border-radius: 0 0.938em 0 0;
					-moz-border-radius: 0 0.938em 0 0;
					border-radius: 0 0.938em 0 0;
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
					width: 0.73em;
					height: 0.73em;
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
				}
		.audioplayer-volume-adjust
		{
			position: absolute;
			top: -9999px;
			right: -1px;
			left: 0;
			height: 6.25em; /* 100 */
			-webkit-border-top-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			-moz-border-radius-topright: 4px;
			border-top-right-radius: 4px;
			background: #222;
			background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
			background: -webkit-linear-gradient( top, #444, #222 );
			background: -moz-linear-gradient( top, #444, #222 );
			background: -ms-radial-gradient( top, #444, #222 );
			background: -o-linear-gradient( top, #444, #222 );
			background: linear-gradient( top, #444, #222 );
			cursor: default;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 95%;
			}
			.audioplayer-volume-adjust > div
			{
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
				width: 40%;
				height: 80%;
				background-color: #111;
				cursor: pointer;
			}
				.audioplayer-volume-adjust div div
				{
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: #ff4d49;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	/*.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		-webkit-filter: drop-shadow( 1px 1px 0 #000 );
		-ms-filter: drop-shadow( 1px 1px 0 #000 );
		filter: drop-shadow( 1px 1px 0 #000 );
		-moz-filter: drop-shadow( 1px 1px 0 #000 );
		-o-filter: drop-shadow( 1px 1px 0 #000 );
	}*/
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		box-shadow: none;
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		box-shadow: none;
	}
	.audioplayer-volume-adjust
	{
		box-shadow: none;
	}
	.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;
	}