/* 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{
width: 31px;
background:url(../images/base_back.png) no-repeat 0 14px;
}
.vscrollerbar {
width:25px;
height:19px;
background:url(../images/back_img.png) no-repeat;
}
.zoomdetectdiv{ height:20px;}
.vscrollerbarbeg{ height:16px;}
.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: 16px;
/* 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;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width:31px;
}

.vscrollerbasebeg {
width: 31px;
height:16px !important;
background: url(../images/scrollbaseback.png) 0px 0px no-repeat; cursor:pointer;
/* height is auto set to fill the base */
}
.vscrollerbasebeg:hover {
width: 31px;
height:16px;
background: url(../images/scrollbaseback_hv.png) 0px 0px no-repeat; cursor:pointer;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height:16px; width:31px;
background: url(../images/scrollbases.png) 0px 0px no-repeat; cursor:pointer;
}
.vscrollerbaseend:hover {
background: url(../images/scrollbases_hv.png) 0px 0px no-repeat; cursor:pointer;
}
#mycustomscroll_vscrollerbar {height:19px !important;}
