/* 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 {width: 7px;background-color: white;}
.vscrollerbar {width: 7px;background-color: white;}



.vscrollerbar {background: url(scrollbar.png) repeat-y;}
.vscrollerbar, .hscrollerbar {padding: 15px;z-index: 2;}

.vscrollerbarbeg {background: url(scrollbar.png)  no-repeat;width: 15px;height: 15px !important;}


.vscrollerbarend {background: url(scrollbar.png) no-repeat;width: 15px;height: 15px;}


 

/*back*/
.vscrollerbase {background: url(scrollbarback.png) 20px 0px repeat-y;}

/*bovenkant*/
.vscrollerbasebeg {background: url(top.png) no-repeat;width: 15px;height: 15px !important;}

/*oderkant*/
.vscrollerbaseend {background: url(bottom.png) no-repeat;height: 15px;width: 15px;}



.scrollerjogbox:hover {background: url(scrollbar.png);}

