/* 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;}

/*Scrollbalken BG vertikal*/
.vscrollerbase {
width: 10px;
background: url(.png) repeat-y;
}
/*Scrollbalken vertikal*/
.vscrollerbar {
width: 10px;
background: url(.png) repeat-y;
}
/*Scrollbalken BG horizontal*/
.hscrollerbase {
height: 10px;
background: url(images/base_bg.png) repeat-x;
}
/*Scrollbalken horizontal*/
.hscrollerbar {
height: 10px;
background: url(images/base.png) repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
/*Scrollbalken Anfang oben vertikal*/
.vscrollerbarbeg {
background: url(.png) no-repeat;
width: 10px;
height: 10px !important;
}
/*Scrollbalken Ende unten vertikal*/
.vscrollerbarend {
background: url(.png) no-repeat;
width: 10px;
height: 10px;
}
/*Scrollbalken Anfang links horizontal*/
.hscrollerbarbeg {
background: url(images/base.png) no-repeat;
height: 10px;
width: 10px !important;
}
/*Scrollbalken Ende rechts horizontal*/
.hscrollerbarend {
background: url(images/base.png) no-repeat;
height: 10px;
width: 10px;
}
/*Anfangpunkt oben vertikal*/
.vscrollerbasebeg {
background: url(.png) no-repeat;
width: 10px;
height: 10px !important;
}
/*Endpunkt unten vertikal*/
.vscrollerbaseend {
background: url(.png) no-repeat;
height: 10px;
width: 10px;
}
/*Anfangspunkt links horizontal*/
.hscrollerbasebeg {
background: url(images/point.png) no-repeat;
height: 10px;
width: 10px !important;
}
/*Endpunkt rechts horizontal*/
.hscrollerbaseend {
height: 10px;
width: 10px;
background: url(images/point.png) no-repeat;
}
/* Scroll Bar Master Styling Ends Here */
