.audioplayer,
.audioplayer div,
.audioplayer h1,
.audioplayer a,
.audioplayer img,
.audioplayer span,
.audioplayer button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size:12pt;
}

.zoom
{
	display: block;
	max-width: 100%;
	min-width: 340px;
	background: #000000;
}
div.audioplayer {
	display: block;
	position: relative;
	max-width: 380px;
	min-width: 340px;
	height: 140px;
 
	background: #000000;
 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	border:1px;
}

.audioplayer.audioplayer-stopped
{
	position: relative;
	max-width: 380px;
	min-width: 340px;
	height: 120px;
	background: #22242d;
	background: -webkit-linear-gradient(top, #22242d 0%, #2c2d33 100%);
	background: -moz-linear-gradient(top, #22242d 0%, #2c2d33 100%);
	background: -o-linear-gradient(top, #22242d 0%, #2c2d33 100%);
	background: -ms-linear-gradient(top, #22242d 0%, #2c2d33 100%);
	background: linear-gradient(top, #22242d 0%, #2c2d33 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	border:1px;
}

.audioplayer-bar {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

div.audioplayer-playpause {
	margin-top: -21px;
	margin-left: 4px;
	padding-left: 20px;
	padding-top: 20px;
	width: 55px;
	height: 55px;
	top: 1px;
	left: 1px;
    background: -webkit-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -moz-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -o-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -ms-linear-gradient(top, #22242d 0%, #000000 100%);
	background: linear-gradient(top, #22242d 0%, #000000 100%);
 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
}


div.audioplayer-time.audioplayer-time-current {
	margin-top: -60px;
	margin-left: 80px;
	width: 100px;
	height: 35px;
    background: #000000;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 1%;
}

div.audioplayer-time.audioplayer-time-duration  {
	margin-top: -39px;
	margin-left: 180px;
	width: 75px;
	height: 35px;
    background: #000000;
	padding-left: 10px;
	padding-top: 2px;
}

div.audioplayer-volume-button {
	display: none;
	margin-top: 20px;
	margin-left: 240px;
	position: absolute;
	width: 75px;
	height: 38px;
	top: 1px;
	left: 1px;
 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	 background: -webkit-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -moz-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -o-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -ms-linear-gradient(top, #22242d 0%, #000000 100%);
	background: linear-gradient(top, #22242d 0%, #000000 100%);
	padding-left: 10px;
	padding-top: 6px;
}

div.audioplayer-bar-loaded.audioplayer-bar-played { 
position: absolute;
	display: none;
	width: 330px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: #000000;
}
div.DOW {
	
	margin-top: 35px;
	margin-left: 240px;
	position: absolute;
		display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 7px;
	width: 55px;
	height: 55px;
	top: 1px;
	left: 1px;
    background: -webkit-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -moz-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -o-linear-gradient(top, #22242d 0%, #000000 100%);
	background: -ms-linear-gradient(top, #22242d 0%, #000000 100%);
	background: linear-gradient(top, #22242d 0%, #000000 100%);
 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
}