/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */



.scrollgeneric {

line-height: 1px;
font-size: 1px;
position: absolute;

top: 0; left: 0;
}



.vscrollerbase   { background-color: #333; width: 10px; border-width: 1px; border-color: #fff }

.vscrollerbar  { background-color: #5dda1b; width: 10px }

.hscrollerbase  { background-color: #3f3d3d; height: 10px }
.hscrollerbar  { background-color: #5dda1b; height: 10px }



.scrollerjogbox  { background-color: gray; top: auto; right: 0; bottom: 0; left: auto; width: 10px; height: 10px }

.vscrollerbasebeg  { background-color: transparent; width: 10px; height: 10px }

.vscrollerbaseend   { background-color: transparent; background-position: -60px -30px; width: 10px; height: 10px }
