#aplayer, #aplayer1 {
  position: relative;
}

.aback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aplay{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  height: 37px;
  width: 40px;
 
}	   

.astop {
  position: absolute;
  top: 18px;
  left: 55px;
  z-index: 2;
  cursor: pointer;

}	
.bprogress {
  position: absolute;
  top: 18px;
  left: 82px;
  z-index: 2;	 
  cursor: pointer; 
 
}  	  
.aprogress {
  position: absolute;
  top: 18px;
  left: 82px;
  width: 0px;
  height: 20px;
  z-index: 3;	  
} 
.tooltip{
  display: block;
  color:#6B4E0B;
  background-color:#C9A550;
  border: 1px solid #6B4E0B;
  text-align: center;
  position: absolute;
}