.nine-slider__nav {
  z-index: 3;
  text-indent: -9999px;
  }

.nine-slider__tabs {
  margin-top: 2px;
  text-align: center;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.nine-slider__tabs li {
  display: inline-block;
  float: none;
  margin-right: 5px;
  }
.nine-slider__tabs li::before{
  display: none;
  }

.nine-slider__tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  width: 9px;
  height: 9px;
  }

.nine-slider__here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }
