/* Scroll Bar Master Styling Starts Here */

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

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}

.hscrollerbar {
top: 0px;
}

.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;
}

.hscrollerbarbeg {
background-color:#ebd4b4;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background-color:#ebd4b4;
height: 15px;
width: 15px;
}

/* Following are OPTIONAL */

.hscrollerbase {
background-color:#f9eddd;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background-image:url(left.gif);
background-repeat:no-repeat;
background-position:left top;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 15px;
background-image:url(right.gif);
background-repeat:no-repeat;
background-position:right top;
}

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


/* Scroll Bar Master Styling Ends Here */