/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 14px;background: url(images/scroll-bar.jpg) repeat-y;}

.vscrollerbarbeg {height: 14px !important;width: 14px;background: url(images/scroll-bar.jpg) no-repeat;}

.vscrollerbarend {height: 14px;width: 14px;background: url(images/scroll-bar.jpg) no-repeat;}

.vscrollerbase {width: 14px;background: url(images/scroll-bar-background.jpg) repeat-y;}

.vscrollerbasebeg {width: 14px;height: 14px !important;background: url(images/scroll-bar-end-up.jpg) no-repeat;}

.vscrollerbaseend {height: 14px;width: 14px;background: url(images/scroll-bar-end-down.jpg) no-repeat;}

.vscrollerbar, .hscrollerbar {padding: 16px;z-index: 2;}

/* Scroll Bar Master Styling Ends Here */
