.ss-wrapper {
    overflow : hidden;
    width:100%;
    height   : 100%;
    position : relative;
    z-index  : 1;
    float    : left;
}

.ss-content {
    height          : 100%;
    width           : 100%;
    padding         : 0 32px 0 0;
    position        : relative;
    right           : -18px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}
.ss-bg{
    position  :absolute;
    width     :16px;
    height    :100%;
    top       :0;
    right     :0;
}
.ss-bg div{
    background  :#4A4431;
    position    :absolute;
    width       :4px;
    height      :100%;
    top         :0;
    right       :7px;
}

.ss-scroll {
  position            : relative;
  background          : rgba(0, 0, 0, .1);
  background          :#000000;
  width               : 16px;
  height              : 16px;
  border-radius       : 50%;
  top                 : 0;
  z-index             : 2;
  cursor              : pointer;
  oopacity            : 0;
  transition: opacity 0.25s linear;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
     user-select: none;
     -o-user-select: none;
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
}
