/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 19px;
height:6px;
}

.hscrollerbase, .hscrollerbar {
height: 19px;
width:6px;
}

.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: 5px;
/* 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.png) no-repeat 0 47%;
width: 19px; height: 6px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: none;
width: 19px; height: 1px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.png) no-repeat 47% 0;
height: 19px;width:1px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: none;
height: 19px;width:1px;
}

/* Following are OPTIONAL */

.vscrollerbase{
background: url(../images/vscrollerbase.png);
}
.hscrollerbase{
background: url(../images/hscrollerbase.png);
}

.hscrollerbasebeg {
height: 19px;width: 1px;
background: none;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 19px; width: 1px;
background: none;
}

.vscrollerbasebeg {
height: 1px; width: 19px;
background: none;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 1px; width: 19px;
background: none;
}

.scrollerjogbox {
width: 19px; height: 19px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: none
}
/* Scroll Bar Master Styling Ends Here */
