/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 24px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 24px;
left: 0px;
}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.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: 9px;
/* z-index *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/images/scroll_bar/scrollbar_slider.gif) no-repeat;
width: 24px;
height: 22px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/images/blank.gif);
width: 24px;
height: 1px;
}

.hscrollerbarbeg {
background: url(/images/scroll_bar/scrollbar_slider.gif) no-repeat;
height: 22px;
width: 24px;
left: 0;
}

.hscrollerbarend {
background: url(/images/scroll_bar/blank.gif);
height: 22px;
width: 1px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color: Transparent;
background-image: url(/images/scroll_bar/vscrollbar.gif);
}
.hscrollerbase {
background-color: Transparent;
background-image: url(/images/scroll_bar/hscrollbar.gif);
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 24px;
background: url(/images/scroll_bar/scrollbases.gif) -36px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 24px;
width: 12px;
background: url(/images/scroll_bar/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 24px;
background: url(/images/scroll_bar/scrollbases.gif) -12px -12px no-repeat;
}

.vscrollerbaseend {
height: 12px;
width: 24px;
background: url(/images/scroll_bar/scrollbases.gif) -12px 0px no-repeat;
}

.scrollerjogbox {
width: 24px;
height: 22px;
bottom: 0px;
right: 0px;
background: white url(/images/scroll_bar/scrolljog.gif) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */

