/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 11px;
}


.vscrollerbar{
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
/*/padding: 5px;*/
padding: 0px;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../_imgs/vscroller_new.gif) no-repeat 0px;
width: 11px;
height: 10px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*height:25px;*/
height: 25px;
/* This one is for the bottom space in the scroll bar */
}


.vscrollerbase {
background-color: #2b9fd7;
background:url(../_imgs/scroller_bg.gif) repeat-y 0 0;
}


