/* .scrollgeneric is required for proper scrollbar display,
not for user customization, and is mandatory*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
/* vscrollerbase is the div that holds the scrollbar */
width: 5px;
right: 0 !important;
}
.vscrollerbar {
/* Main body of vertical scrollbar */
background: #bcabcf;
width: 5px;
}
.vscrollerbase {
/* Vertical scrollbar's base body */ 
background: #FFFFFF;
}












