.scroltable-wrapper {
  position: relative;
}

.scroltable-container {
  overflow: auto;
}

.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0), #f6f7fb);
  background: -moz-linear-gradient(to left, rgba(255,255,255,0), #f6f7fb);
  background: -ms-linear-gradient(to left, rgba(255,255,255,0), #f6f7fb);
  background: -o-linear-gradient(to left, rgba(255,255,255,0), #f6f7fb);
  background: linear-gradient(to left, rgba(255,255,255,0), #f6f7fb);
}

.scroltable-nav.scroltable-nav-right {
  right: 0;
  background: -webkit-linear-gradient(0, rgba(255,255,255,0), #f6f7fb);
  background: -moz-linear-gradient(to right, rgba(255,255,255,0), #f6f7fb);
  background: -ms-linear-gradient(to right, rgba(255,255,255,0), #f6f7fb);
  background: -o-linear-gradient(to right, rgba(255,255,255,0), #f6f7fb);
  background: linear-gradient(to right, rgba(255,255,255,0), #f6f7fb);
}

.scroltable-nav .scroltable-nav-arrow {
  position: absolute;
  top: 100px;
  margin-top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
   
 
}

.scroltable-nav .scroltable-nav-arrow-left {
  left: 10px;
  background: #fff url(../img/slider-arrow-gray.svg) no-repeat 50% 50%;
}

.scroltable-nav .scroltable-nav-arrow-right {
  right: 10px;
  background: #fff url(../img/slider-arrow-gray.svg) no-repeat 50% 50%;
      -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
