.audioplayer
{
	height: 2.5em !important; /* 40 */
	color: #fff !important;
	text-shadow: 1px 1px 0 #000 !important;
	border: 1px solid #222 !important;
	position: relative !important;
	z-index: 1 !important;
	background: #333 !important;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) ) !important;
	background: -webkit-linear-gradient( top, #444, #222 ) !important;
	background: -moz-linear-gradient( top, #444, #222 ) !important;
	background: -ms-radial-gradient( top, #444, #222 ) !important;
	background: -o-linear-gradient( top, #444, #222 ) !important;
	background: linear-gradient( top, #444, #222 ) !important;
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ) !important; /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ) !important; /* 20 */
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ) !important; /* 20 */
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
	.audioplayer-mini
	{
		width: 2.5em !important; /* 40 */
		margin: 0 auto !important;
	}
	.audioplayer > div
	{
		position: absolute !important;
	}
	.audioplayer-playpause
	{
		width: 2.5em !important; /* 40 */
		height: 100% !important;
		text-align: left !important;
		text-indent: -9999px !important;
		cursor: pointer !important;
		z-index: 2 !important;
		top: 0 !important;
		left: 0 !important;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #555 !important;
			border-right-color: rgba( 255, 255, 255, .1 ) !important;
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100% !important;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222 !important;
		}
		.audioplayer-playpause a
		{
			display: block !important;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0 !important;
			height: 0 !important;
			border: 0.5em solid transparent !important; /* 8 */
			border-right: none !important;
			border-left-color: #fff !important;
			content: '' !important;
			position: absolute !important;
			top: 50% !important;
			left: 50% !important;
			margin: -0.5em 0 0 -0.25em !important; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em !important; /* 12 */
			height: 0.75em !important; /* 12 */
			position: absolute !important;
			top: 50% !important;
			left: 50% !important;
			margin: -0.375em 0 0 -0.375em !important; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40% !important;
				height: 100% !important;
				background-color: #fff !important;
				content: '' !important;
				position: absolute !important;
				top: 0 !important;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0 !important;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0 !important;
			}
	.audioplayer-time
	{
		width: 4.375em !important; /* 70 */
		height: 100% !important;
		line-height: 2.375em !important; /* 38 */
		text-align: center !important;
		z-index: 2 !important;
		top: 0 !important;
	}
		.audioplayer-time-current
		{
			border-left: 1px solid #111 !important;
			border-left-color: rgba( 0, 0, 0, .25 ) !important;
			left: 2.5em !important; /* 40 */
		}
		.audioplayer-time-duration
		{
			border-right: 1px solid #555 !important;
			border-right-color: rgba( 255, 255, 255, .1 ) !important;
			right: 2.5em !important; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0 !important;
				right: 0 !important;
			}
	.audioplayer-bar
	{
		height: 0.875em !important; /* 14 */
		background-color: #222 !important;
		cursor: pointer !important;
		z-index: 1 !important;
		top: 50% !important;
		right: 6.875em !important; /* 110 */
		left: 6.875em !important; /* 110 */
		margin-top: -0.438em !important; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em !important; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0 !important;
			height: 100% !important;
			position: absolute !important;
			left: 0 !important;
			top: 0 !important;
		}
		.audioplayer-bar-loaded
		{
			background-color: #333 !important;
			z-index: 1 !important;
		}
		.audioplayer-bar-played
		{
			background: #007fd1 !important;
			background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) ) !important;
			background: -webkit-linear-gradient( left, #007fd1, #c600ff ) !important;
			background: -moz-linear-gradient( left, #007fd1, #c600ff ) !important;
			background: -ms-radial-gradient( left, #007fd1, #c600ff ) !important;
			background: -o-linear-gradient( left, #007fd1, #c600ff ) !important;
			background: linear-gradient( left, #007fd1, #c600ff ) !important;
			z-index: 2 !important;
		}
	.audioplayer-volume
	{
		width: 2.5em !important; /* 40 */
		height: 100% !important;
		border-left: 1px solid #111 !important;
		border-left-color: rgba( 0, 0, 0, .25 ) !important;
		text-align: left !important;
		text-indent: -9999px !important;
		cursor: pointer !important;
		z-index: 2 !important;
		top: 0 !important;
		right: 0 !important;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #222 !important;
		}
		.audioplayer-volume-button
		{
			width: 100% !important;
			height: 100% !important;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em !important; /* 5 */
				height: 0.375em !important; /* 6 */
				background-color: #fff !important;
				display: block !important;
				position: relative !important;
				z-index: 1 !important;
				top: 40% !important;
				left: 35% !important;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '' !important;
					position: absolute !important;
				}
				.audioplayer-volume-button a:before
				{
					width: 0 !important;
					height: 0 !important;
					border: 0.5em solid transparent !important; /* 8 */
					border-left: none !important;
					border-right-color: #fff !important;
					z-index: 2 !important;
					top: 50% !important;
					right: -0.25em !important;
					margin-top: -0.5em !important; /* 8 */
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
					width: 0.313em !important; /* 5 */
					height: 0.313em !important; /* 5 */
					border: 0.25em double #fff !important; /* 4 */
					border-width: 0.25em 0.25em 0 0 !important; /* 4 */
					left: 0.563em !important; /* 9 */
					top: -0.063em !important; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0 !important; /* 15 */
					-moz-border-radius: 0 0.938em 0 0 !important; /* 15 */
					border-radius: 0 0.938em 0 0 !important; /* 15 */
					-webkit-transform: rotate( 45deg ) !important;
					-moz-transform: rotate( 45deg ) !important;
					-ms-transform: rotate( 45deg ) !important;
					-o-transform: rotate( 45deg ) !important;
					transform: rotate( 45deg ) !important;
				}
		.audioplayer-volume-adjust
		{
			height: 6.25em !important; /* 100 */
			cursor: default !important;
			position: absolute !important;
			left: 0 !important;
			right: -1px !important;
			top: -9999px !important;
			background: #222 !important;
			background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) ) !important;
			background: -webkit-linear-gradient( top, #444, #222 ) !important;
			background: -moz-linear-gradient( top, #444, #222 ) !important;
			background: -ms-radial-gradient( top, #444, #222 ) !important;
			background: -o-linear-gradient( top, #444, #222 ) !important;
			background: linear-gradient( top, #444, #222 ) !important;
			-webkit-border-top-left-radius: 2px !important;
			-webkit-border-top-right-radius: 2px !important;
			-moz-border-radius-topleft: 2px !important;
			-moz-border-radius-topright: 2px !important;
			border-top-left-radius: 2px !important;
			border-top-right-radius: 2px !important;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0 !important;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto !important;
				bottom: 100% !important;
			}
			.audioplayer-volume-adjust > div
			{
				width: 40% !important;
				height: 80% !important;
				background-color: #222 !important;
				cursor: pointer !important;
				position: relative !important;
				z-index: 1 !important;
				margin: 30% auto 0 !important;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100% !important;
					height: 100% !important;
					position: absolute !important;
					bottom: 0 !important;
					left: 0 !important;
					background: #007fd1 !important;
					background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) ) !important;
					background: -webkit-linear-gradient( bottom, #007fd1, #c600ff ) !important;
					background: -moz-linear-gradient( bottom, #007fd1, #c600ff ) !important;
					background: -ms-radial-gradient( bottom, #007fd1, #c600ff ) !important;
					background: -o-linear-gradient( bottom, #007fd1, #c600ff ) !important;
					background: linear-gradient( bottom, #007fd1, #c600ff ) !important;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none !important;
		}

	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		-webkit-filter: drop-shadow( 1px 1px 0 #000 ) !important;
		-moz-filter: drop-shadow( 1px 1px 0 #000 ) !important;
		-ms-filter: drop-shadow( 1px 1px 0 #000 ) !important;
		-o-filter: drop-shadow( 1px 1px 0 #000 ) !important;
		filter: drop-shadow( 1px 1px 0 #000 ) !important;
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ) !important;
		-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ) !important;
		box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 ) !important;
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 ) !important;
		-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 ) !important;
		box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 ) !important;
	}
	.audioplayer-volume-adjust
	{
		-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 ) !important;
		-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 ) !important;
		box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 ) !important;
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease !important;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease !important;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease !important;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease !important;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease !important;
	}