/*  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;
}

/*scrolbalkje*/
.vscrollerbar {
width: 15px;
height: 75px !important;
background: url(/gfx/flexcroll/scroll.gif) 1px 15px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 15px;
height: 122px;
top: auto; left: auto;
bottom: 0px; right: 0px;
padding: 20px;
background: #698AAA;
}

/*pijlboven*/
.vscrollerbasebeg {
background: #fff url(/gfx/flexcroll/pijlen.gif) 0px 0px no-repeat;
width: 15px;
height: 15px !important;
}

/*pijlonder*/
.vscrollerbaseend {
background: #fff url(/gfx/flexcroll/pijlen.gif) 0px -14px no-repeat;
height: 15px;
width: 15px;
}

/*achter balk*/
.vscrollerbase {
width: 15px;
cursor: pointer;
background: url(/gfx/flexcroll/achter.gif) 0px 15px repeat-y;
}


/*Dimmy Rulz!!!*/
