.sk-ui-scrollwrapper {
   display: inline-block;
   position: relative;
}

.sk-ui-scrollholder-ver {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   width: 5px;
}

.sk-ui-scroller {
   position: absolute;
   background: #bbb;
   background: rgba(100, 100, 100, .5);
   z-index: 8900;
   border-radius: 2px;
   cursor: pointer;
}

.sk-ui-scroller-hor {
   height: 5px;
   left: 0;
   bottom: 2px;
}

.sk-ui-scroller-ver {
   width: 5px;
   top: 0;
   right: 2px;
}

.sk-ui-scrollbtn {
   position: absolute;
   z-index: 8900;
   width: 9px;
   height: 9px;
   background-color: #bbb;
   background-color: rgba(100, 100, 100, .5);
   border-radius: 50%;
   cursor: pointer;
}

.sk-ui-scrollbtn-top {
   right: 0;
   top: 0;
}

.sk-ui-scrollbtn-bottom {
   right: 0;
   bottom: 0;
}

.sk-ui-scrollbtn-left {
   left: 0;
   bottom: 0;
}

.sk-ui-scrollbtn-right {
   right: 0;
   bottom: 0;
}