/* 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 */
.vscrollerbase {
visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */

.vscrollerbase {
width: 17px;
background: white url('../images/modul_tla.gif') repeat-y;
}

.vscrollerbar {
width: 17px;
background: black url(../images/modul_suwaka.gif) repeat-y;
padding: 16px;	
z-index: 2;
}

.vscrollerbarbeg {
background: black url(../images/suwak_gora.gif) no-repeat;
width: 17px;
height: 2px !important;
}
.vscrollerbarend {
background: black url(../images/suwak_dol.gif) no-repeat;
width: 17px;
height: 2px;
}

.vscrollerbasebeg {
background: black url(../images/strzalka_gora.gif) no-repeat;
width: 17px;
height: 16px !important;
}

.vscrollerbaseend {
background: black url(../images/strzalka_dol.gif) no-repeat;
width: 17px;
height: 16px; 
}

/* Scroll Bar Master Styling Ends Here */
