/* 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: 16px;
}

.vscrollerbar, .hscrollerbar {
/*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: 15px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../img/scroll/vscroller.png) 0px -11px;
width: 16px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../img/scroll/vscroller.png);
width: 16px; height: 11px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color: #D1DDCB;
background-image: url(../img/scroll/scrollbaseback.png);
}

.vscrollerbasebeg {
width: 16px;
background: url(../img/scroll/scrollbases.png) 0px -26px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 26px; width: 16px;
background: url(../img/scroll/scrollbases.png) 0px 0px no-repeat;
}
/* Scroll Bar Master Styling Ends Here */

.hscrollerbase {
height: 15px;
background-color: #D1DDCB;
background-image: url(../img/scroll/hscrollbaseback.png);
}



.hscrollerbarbeg {
background: url(../img/scroll/hscroller.png) -11px 0px no-repeat;
height: 17px;
}

.hscrollerbarend {
background: url(../img/scroll/hscroller.png) 0px 0px no-repeat;
height: 17px;
width: 11px;
}

.hscrollerbasebeg {
background: url(../img/scroll/hscrollbases.png) -26px 0px no-repeat;
height: 16px;
width: 26px;
}

.hscrollerbaseend {
height: 16px;
width: 26px;
background: url(../img/scroll/hscrollbases.png) 0px 0px no-repeat;
}