/* 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;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {left: 0 !important; width: 10px;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */

.vscrollerbar {
width: 9px;
padding-top: 11px;
padding-bottom: 7px;
background-color: #be1e2d;
height: 25px !important;
}

.vscrollerbarbeg {margin-top: -5px; height: 5px !important; width: 9px;background: url(./img/scrollbar_boven.gif) 0px 0px no-repeat;}

.vscrollerbarend {margin-top: 5px; height: 5px; width: 9px;background: url(./img/scrollbar_onder.gif) 0px 0px no-repeat;}


.hscrollerbase {
height: 0px;
background-color: white;
}
.hscrollerbar {
height: 0px;
background-color: black;
}

.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* Scroll Bar Master Styling Ends Here */
