/* =============================================================================
   Slider */
#slideWrapper {
  display: none;
  position: absolute;
  bottom: 9%;
  left: 10%;
  width: 80%;
  z-index: 999;
}
.sliderBtn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  bottom: 6px;
  border-radius: 16px;
  border-width: 0px;
  border-style: none;
  cursor: pointer;
}
#startPause {
  background-image: url(images/playBtn.png);
}
#rewind {
  background-image: url(images/rewindBtn.png);
}
.slider {
  position: relative;
  left: 88px;
  width: 86%;
}
#speedWrapper {
  width: 20%;
  left: 12%;
}
#stepWrapper {
  width: 20%;
  left: 34%;
}
.slideTitle {
  font-size: 20px;
  font-family: sans-serif;
  color: #090909;
  position: relative;
  text-align: center;
  top: -2px;
  width: 177px;
  left: 40%;
  padding: 4px 18px 3px 18px;
  background: #eeeeee8f;
  border: thin #9E9E9E solid;
  border-radius: 6px;
}
.sliders {
  position: relative;
  float: left;
  top: 24px;
  height: 80px;
  padding: 15px 18px 0px 18px;
  background: #eeeeee8f;
  border: thin #9E9E9E solid;
  border-radius: 6px;
}
.sliderLabel {
  position: relative;
  text-align: center;
  bottom: -40px;
  font-size: 16px;
  color: #555;
  font-family: sans-serif;
}
