/* 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;}

/* force fleXcroll to always display the vertical scrollbase */
.hscrollerbase {
visibility: visible !important;

}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
/* achtergrond */
.hscrollerbase {
height:15px;
background: #FFFFFF;
}
/* scrollbalk */
.hscrollerbar {
height: 15px;
background: transparent url(scroll_basis.jpg) repeat-x 0px 3px;
}
.hscrollerbar {
padding: 10px;
align: center;
z-index: 2;
}

.hscrollerbarbeg {
background: url(scroll_begin.jpg) -3px 3px no-repeat;
height: 15px;
width: 13px !important;
}
.hscrollerbarend {
background: url(scroll_end.jpg) 3px 3px no-repeat;
height: 15px;
width: 15px;
}


.hscrollerbasebeg {
background:url(slider_begin.jpg) 0px 3px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background:url(slider_end.jpg) 0px 3px no-repeat;
}

/* Scroll Bar Master Styling Ends Here */
