.audioplayer
{
	margin: 10px 0;
	height: 40px; /* 40 */
	color: #777;
	position: relative;
	z-index: 1;
	background: #f1f1f1;
	border-radius:20px;


}
	.audioplayer-mini
	{
		width: 40px; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	
	.audioplayer-playpause
	{
		width:40px; 
		height: 40px;
		border-radius:50%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
		background: -webkit-linear-gradient(180deg, #8B92A7, #181A1F); 
		background: -o-linear-gradient(180deg, #8B92A7, #181A1F);
		background: -moz-linear-gradient(180deg, #8B92A7, #181A1F); 
		background: linear-gradient(180deg, #8B92A7, #181A1F);
	}

		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background: #47B751;
		}
		.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:-7px 0 0 -3px;
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width:10px;
			height: 12px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -6px 0 0 -5px; /* 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
	{
		height: 100%;
		line-height:40px;
		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: 2.5em;
			display:none;
		}
		.audioplayer-time-duration
		{

			right: 45px;
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 6px;
		background-color: #ddd;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 90px;
		left: 50px;
		margin-top: -3px;
		border-radius:5px;
	}
		.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: #ccc;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #7FCD86;
			z-index: 2;
		}
	.audioplayer-volume
	{
		width: 30px; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 5px;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			/*background-color: #eee;*/
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
			position:absolute;
			z-index:5;
			right:0;
			top:0;
		}
			.audioplayer-volume-button a
			{
				width: 8px; 
				height: 8px; 
				background-color: #9bcb68;
				display: block;
				position: relative;
				z-index: 1;
				top: 50%;
				left: 0;
				margin-top:-4px;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					border: 10px solid transparent; 
					border-left: none;
					border-right-color: #9bcb68;
					z-index: 2;
					top: 50%;
					left: 3px;
					margin-top: -10px; 
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					width: 8px; 
					height: 8px;
					border: 5px double #9bcb68; 
					border-width: 4px 4px 0 0; 
					left: 12px; 
					top: -1px; 
					-webkit-border-radius: 0 0.938em 0 0; 
					-moz-border-radius: 0 0.938em 0 0; 
					border-radius: 0 11px 0 0; 
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
				}
		.audioplayer-volume-adjust
		{
			height: 60px; 
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			border-radius:2px;
			overflow:hidden;
			/*background: #f00;*/
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
			.audioplayer-volume-adjust > div
			{
				    width: 6px;
				    height: 100%;
				    background-color: #ddd;
				    cursor: pointer;
				    position: relative;
				    z-index: 1;
				    left:7px;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #9BCB68;
					border-radius:2px;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: 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;
	}