.jscroll-scrollbar{
    position: absolute;
    background: none;
    display: none;
}
.jscroll-scrollbar.horizontal {
    width: 100%;
    height: 9px;
    top: 100%;
    left:0;
    margin-left: 0px;
    margin-top: -8px;
}
.jscroll-scrollbar.vertical{
    width: 9px;
    height:100%;
    top: 0;
    left:100%;
    margin-left: -8px;
    margin-top: 0px;
}
.jscroll-handler {
    background : grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.jscroll-scrollbar.vertical .jscroll-handler{
    width: 3px;
    height: 50px;
}
.jscroll-scrollbar.horizontal .jscroll-handler {
    width: 50px;
    height: 6px;
}
