/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
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: 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-color:#00AFEF;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background-color:#00AFEF;
width: 15px;
height: 15px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color:#9CDBF8;
}

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

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

}

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

/* Scroll Bar Master Styling Ends Here */
