/* 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: 11px; background-color:#cbcbcb;*/ width: 17px; /*background-color:#dcdcdc;*/
}

.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: 20px;  /*------------------------------------------------ 18.09.2012 ------------------------------------------ */
/* 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.gif) 0px 0px;*/
background-color:#69ab61;
width: 17px;
height:10px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar
background: url(../images/vscroller.gif) 0px -7px;*/
background-color:#69ab61;
width: 17px; height: 10px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.gif) -18px 0px;
height: 16px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/hscroller.gif) -8px 0px;
height: 15px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color: #ececec;
border-left:1px solid #dcdcdc;
border-right:1px solid #dcdcdc
/*background-image: url(../images/scrollbaseback.png);*/
}

.hscrollerbase {
/*background-color: #D1DDCB;*/
background-image: url(../images/scrollbasebackH.png);
}

.hscrollerbasebeg {
height: 15px; width: 23px;
background: url(../images/scrollbaseLeft.png) 0px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 23px;
background: url(../images/scrollbaseRight.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
width: 17px;
height:20px; 
background: url(../images/scrollbaseTop2.png) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 20px; width: 17px;
background: url(../images/scrollbaseBot2.png) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 17px; height: 26px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
