.AiVolumeSlider
{
  width:100%;
  height:100%;
  border:2px solid #5c9ec8;
  background-color:black;
  position:relative;

}

.AiVolumeThumb
{
  width:1.5em;
  height:4px;
  background-color:lightgray;
  cursor:pointer;

}

.AiVolumeFill
{
  background-color:#5c9ec8;
  width:100%;
}
