/* 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;}

.vscrollerbase {
width: 15px;
}
.vscrollerbar {
width: 15px;
background: url(../layout/scrollbar/scrollbar_middle.png) 3px 0px repeat-y;
}
.vscrollerbar {
padding: 10px;
z-index: 2;
}
/*
vrch a spodek scrollbaru
.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 15px;
}*/
.vscrollerbasebeg {
background: url(../layout/scrollbar/scrollbar_up.png) no-repeat;
width: 15px;
height: 10px !important;
}
.vscrollerbaseend {
background: url(../layout/scrollbar/scrollbar_down.png) no-repeat;
height: 15px;
width: 15px;
}
/* Scroll Bar Master Styling Ends Here */

