// COLOR THEME
.sliderjs.th-white-grey-controls {
  .footer a {
    background-color: #fff;
    color: #AAA;
    &.current {
      background-color: #AAA;
      color: white;
    }
  }
}

