/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 8px;
}

.hscrollerbase, .hscrollerbar {
height: 8px;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background:url(../images/scroll.png) 0px -6px;
width: 8px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroll.png);
width: 8px;
height:6px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/h-scroll.png) -6px 0px;
height: 8px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/h-scroll.png);
height: 8px; 
width: 6px;
}


/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color:#d4d4d4;
}



