Hidden scrollbar

The Sidescroller’s scrollbar can be hidden through application of the following CSS:

.sidescroll-nextprev {
  overflow: hidden;
}
.sidescroll-nextprev .sidescroll {
  margin-top: -50px;
  padding-bottom: 50px;
  bottom: -50px;
  position: relative;
}