/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width:10px;
}

.vscrollerbar, .hscrollerbar {
padding:10px;
z-index:2;
}
.vscrollerbarbeg {
background: url(images/vscroller.gif) 0px -10px;
width:15px;
}

.vscrollerbarend {
background: url(./images/vscroller.gif);
width:15px; height:10px;
}

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background:url(./images/scrollbaseback.gif) repeat-y;
background-position:center;
cursor:pointer;
}

.vscrollerbasebeg {
width: 15px;
background: url(./images/scrollbases.gif) -5px -9px no-repeat;
}

.vscrollerbaseend {
height:7px; width: 15px;
background: url(./images/scrollbases.gif) -5px 0px no-repeat;
}

/*###################### Use in Scroll Bar Css ######################*/



/*#############################################################*/

