.scrollWrap{
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
}
.scrollContent{
    height          : 100%;
    width           : 100%;
    position        : relative;
    right           : -17px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}

.fakeScrollBar{
    position            : absolute;
    background          : rgba(120,120,120, .5);
    width               : 9px;
    border-radius       : 4px;
    right               : 0px;
    top                 : 0;
    z-index             : 3;
}

.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{
    background 			: #5a5a5a;
}


