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

visibility: hidden !important;

}

/* fleXcroll adapts to this CSS setting and sets positions correctly */

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



.hscrollerbase {

height: 28px;

background: Transparent url(hscrollerbase.gif) no-repeat 62px 0px;



}

.hscrollerbar {

height: 28px;

background: Transparent url(hscrollerbar2.gif) no-repeat top center;

cursor: pointer;



}

.hscrollerbar {

padding: 0px 79px 0px 55px;

z-index: 0;

}



.hscrollerbarbeg {

background: Transparent url(hscrollerbarbeg.gif) no-repeat 0px 5px;

cursor: pointer;

height: 28px;

width: 5px !important;

}

.hscrollerbarend {

background: Transparent url(hscrollerbarend.gif) no-repeat 0px 5px;

cursor: pointer;

height: 28px;

width: 5px;

}




.hscrollerbasebeg {

height: 28px;

width: 62px !important;

background: Transparent url(hscrollerbasebeg.gif) no-repeat top left;

cursor: pointer;

}

.hscrollerbaseend {

height: 28px;

width: 89px !important;

background: Transparent url(hscrollerbaseend.gif) no-repeat top left;

cursor: pointer;

}

