/*  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;
}

/*scrollbalkje*/
.vscrollerbar {
width: 25px;
height: 85px !important;
margin-top: 15px;
background: url(/gfx/flexcroll/scroll.gif) 0px 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: 25px;
height: 122px;
top: auto; left: auto;
bottom: 0px; right: 0px;
padding: 20px;
background: #698AAA;
}

/*pijlboven*/
.vscrollerbasebeg {
background: #333 url(/gfx/flexcroll/pijlboven.gif) 0px 0px no-repeat;
width: 25px;
height: 20px !important;
}

/*pijlonder*/
.vscrollerbaseend {
background: #333 url(/gfx/flexcroll/pijlonder.gif) 0px -7px no-repeat;
height: 20px;
width: 25px;
}

/*achter balk*/
.vscrollerbase {
width: 25px;
cursor: pointer;
background: url(/gfx/flexcroll/achter.gif) 0px 15px repeat-y;
}

