.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
	margin: 0;	
	border: solid 1px #CC6633;
	outline: none;
	z-index:161;
}



div.audio-player{
	left: 5%;
    top: 42%;
	position: absolute;
	/*width:500px;
	height:60px;*/
	background: #fff;
	opacity:0.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: opacity 0.7s ease;
}

div.audio-player:hover{
	opacity:0.7;	
}



.audio-player-PA,
.audio-player-PA div,
.audio-player-PA h1,
.audio-player-PA a,
.audio-player-PA img,
.audio-player-PA span,
.audio-player-PA button {
	margin: 0;
	border: solid 1px #CC6633;
	outline: none;
	z-index:162;
	
}

div.audio-player-PA{
	left: 5%;
    top: 62%;
	position: absolute;
	/*width:500px;
	height:60px;*/
	background: #fff;
	opacity:0.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: opacity 0.7s ease;
}

div.audio-player-PA:hover{
	opacity:0.7;	
}



.audio-player-PB,
.audio-player-PB div,
.audio-player-PB h1,
.audio-player-PB a,
.audio-player-PB img,
.audio-player-PB span,
.audio-player-PB button {
	margin: 0;
	border: solid 1px #CC6633;
	outline: none;
	z-index:163;
	
}

div.audio-player-PB{
	left: 5%;
    top: 82%;
	position: absolute;
	/*width:500px;
	height:60px;*/
	background: #fff;
	opacity:0.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: opacity 0.7s ease;
}

div.audio-player-PB:hover{
	opacity:0.7;	
}




#vst audio{
	width:700px;
	height:30px;
	padding:10px 10px 10px 10px;
	margin:0%;	
}


@-moz-document url-prefix()
{

	#vst audio{
	width:750px;
	height:20px;
	padding:3% 3% 4% 3%;
	margin:0% 0% 0% 0%;	
}
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
#vst audio {
	width:550px;
	height:15px;
	padding:25px 25px 15px 25px;
	margin:0% 0% 0% 0%;
		 
  
}
}











































