/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 16px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.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(../images/vscroller.jpg) 0px -5px;
width: 16px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.jpg);
width: 16px;
height: 5px;
}

/* Following are OPTIONAL */

.vscrollerbase{
background-color: #D1DDCB;
background-image: url(../images/scrollbaseback.jpg);
 background-repeat:no-repeat;
}


/* Scroll Bar Master Styling Ends Here */



