<style>

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #80b9df;
  border-radius: 10px;
  border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 7px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background:  #80b9dfce;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background:  #80b9df;
  border-radius: 10px;
  border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 7px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 1s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 2px 2px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 7px;
  border-radius: 5px;
  background: #FFFF;
  cursor: pointer;
}

	
input[type=range] {
  height: 5px;
  -webkit-appearance: none;
  margin: 2px 0;
  
  width: 350px; 
  position: absolute; 
  left: 105px; 
  top: 10px;
}

#lowerTrack {
  height: 5px;
  margin: 1px 0;
  border: .2px solid black;
  border-radius: 10px;
  width: 0px; 
  position: absolute;
  left: 104.5px; 
  top: 11px;
  background: #3A4D9C;
}

#playButton {   
  position: absolute;
  width: 20px;
  height: 20px;
  left: 5px; 
  top: 5.5px;
}

.play{background: url('play_button.jpg') ;}
.pause{background: url('pause_button.jpg') ;}

 
#volume_control{
  left: 155px; 
  top: 15px;
  margin:auto;
  width:100px;
  position: absolute;
    background: #00ffff;
}
 
#rngVolume_label{
  left: 35px; 
  top: 8px;
  width:50px;
  position: absolute;
}
 
#rngVolume{
  left: 90px; 
  top: 14px;
  width:100px;
  position: absolute;
      background: #00ffff;
 }
 
#valBox{
  position: absolute;
  padding: 3px;
  width: 60px;
  height: 11px;
  left: 32px; 
  top: 7px;
  background: black;
  font-size: 70%;
  color: white;
  text-align: center;
}

#playerFrame {
	position: relative;
	width: 600px;
	height: 80px;
	padding: 3px;
	border: .5px solid black;
	background: rgba(0, 0, 0, 0.3);
}

#playerFrameSmall {
	position: relative;
	width: 600px;
	height: 45px;
	padding: 3px;
	border: .5px solid black;
	background: rgba(0, 0, 0, 0.3);
}

#trackBox {
  position: absolute;
  left: 5px; 
  top: 80x;
  width: 590px;
  color: #DFDFDF;
  background: black;	
}

.hand {
	cursor: hand;	
}

</style>
