.scrollerish-outer {
  position: absolute;
  overflow: hidden;
  padding: 0;
}

.scrollerish-up,
.scrollerish-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/javascripts/scrollerish/arrows.png");
  background-position: 0px 0px;
}

.scrollerish-up:hover {
  background-position: -12px 0px;
}

.scrollerish-down {
  background-position: 0px -12px;
}
.scrollerish-down:hover {
  background-position: -12px -12px;
}

.scrollerish-up span,
.scrollerish-down span {
  display: none;
}