/* 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: 0px; left: 0px;
}

.vscrollerbase, .vscrollerbar {
width: 13px;
}

.hscrollerbase, .hscrollerbar {
height: 13px;
}

.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: 13px;


/* 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:#c4ddef;
width: 13px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background-color:#c4ddef;
width: 13px; 
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background-color:#c4ddef;
height: 13px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background-color:#c4ddef;
height: 15px; width: 13px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background:url(../images/scrollbar/scrollbaseback.gif) repeat;
}

.hscrollerbasebeg {
height: 15px;
background: url(../images/scrollbar/scrollbases.png) -29px -9px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 15px;
background: url(../images/scrollbar/scrollbases.png) 1px -9px no-repeat;
}

.vscrollerbasebeg {
width: 15px;
background: url(../images/scrollbar/scrollbases.png) -15px -16px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 15px; width: 15px;
background: url(../images/scrollbar/scrollbases.png) -15px 1px no-repeat;
}


.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background:url(../images/scrollbar/scrolljog.gif) 0px 0px no-repeat;
}
/* Scroll Bar Master Styling Ends Here */

