/* 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 {
/*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: 16px;
/* 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-image:url(top.gif);
background-repeat:no-repeat;
background-position:top;

width: 16px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/

background-image:url(bottom.gif);
background-repeat:no-repeat;
background-position:bottom;

width: 16px;
height: 16px;
}


/* Following are OPTIONAL */

.vscrollerbase {
background-image:url(bar.gif);
background-position:left;
background-repeat:repeat-y;

}


.vscrollerbasebeg {
top: 0px;
width: 16px;
background-image:url(up.gif);
background-position:top;
background-repeat:no-repeat;
}

.vscrollerbaseend {
height: 16px;
width: 16px;
background-image:url(down.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.scrollerjogbox {
width: 16px;
height: 16px;
bottom: 0px;
right: 0px;
}


/* Scroll Bar Master Styling Ends Here */
