/* 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: 15px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
}

.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: 17px;
/* 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/scroll-img/windows_drag_top.gif) -1px 0 no-repeat;
width: 15px; height: 4px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbar {
width: 15px;
/*background: #99CBCB url(basebarcaps_verticalbarbody.png) -15px 0px repeat-y;*/
background: url(../images/scroll-img/vscroller.png) 0 50% no-repeat;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroll-img/windows_drag_bottom.gif) bottom center no-repeat;
width: 15px; height: 4px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/scroll-img/hscrollleft.gif) 0 0 no-repeat;
height:15px; width:4px;
/* width is auto set by the script to fit the scrollbar */
}
.hscrollerbar {
height:15px;
background: url(../images/scroll-img/hscroller.gif) 50% 0 no-repeat;
}
.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/scroll-img/hscrollright.gif) 0 0 no-repeat;
height: 15px; width:4px;
}

/* Following are OPTIONAL */

.vscrollerbase {
/*background-color: #D1DDCB;*/
/*background-image: url(../images/scroll-img/scrollbaseback.png);*/
}

.hscrollerbase {
/*background-color: #D1DDCB;*/
background-image: url(../images/scroll-img/scrollbasebackH.png);
}

.hscrollerbasebeg {
height: 15px; width: 18px;
background: url(../images/scroll-img/scrollbaseLeft.png) 0px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 18px;
background: url(../images/scroll-img/scrollbaseRight.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
width: 15px;
height:18px;
background: url(../images/scroll-img/scrollbaseTop.png) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 18px; width: 15px;
background: url(../images/scroll-img/scrollbaseBot.png) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scroll-img/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
