
/* Scrollbar master styling starts here */
.scrollgeneric {line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0;}
.vscrollerbase {width: 11px; background:#fff;}
.vscrollerbar {width: 11px; background: transparent url(../img/vbar.gif) repeat-y top left; margin: 0;}
.hscrollerbase {height: 11px; background: transparent url(../img/hbase.gif) repeat-x top left;}
.hscrollerbar {height: 11px; background: transparent url(../img/hbar.gif) repeat-y top left; margin: 0;}
.vscrollerbar, .hscrollerbar {padding: 14px; z-index: 2;}
.vscrollerbarbeg {}
.vscrollerbarend {}
.hscrollerbarbeg {}
.hscrollerbarend {}
.scrollerjogbox {background: transparent;}
.scrollerjogbox:hover {background: transparent;}
.vscrollerbasebeg {background: transparent url(../img/varrows.gif) top left no-repeat; width: 11px; height: 14px !important;}
.vscrollerbaseend {background: transparent url(../img/varrows.gif) bottom left no-repeat; width: 11px; height: 14px;}
.hscrollerbasebeg {background: url(../img/harrows.gif) bottom left no-repeat; height: 11px; width: 14px !important;}
.hscrollerbaseend {background: url(../img/harrows.gif) bottom right no-repeat; height: 11px; width: 14px;}
/* IE only styles, just for backup */
#scrollingcontent {scrollbar-base-color: #ffffff; scrollbar-track-color: #8f8f8f; scrollbar-face-color: #8f8f8f;; scrollbar-highlight-color: #8f8f8f;; scrollbar-3dlight-color: #8f8f8f;; scrollbar-darkshadow-color: #8f8f8f;; scrollbar-shadow-color: #8f8f8f;; scrollbar-arrow-color: #8f8f8f;;}
#scrollingcontent2 {scrollbar-base-color: #ffffff; scrollbar-track-color: #8f8f8f; scrollbar-face-color: #8f8f8f;; scrollbar-highlight-color: #8f8f8f;; scrollbar-3dlight-color: #8f8f8f;; scrollbar-darkshadow-color: #8f8f8f;; scrollbar-shadow-color: #8f8f8f;; scrollbar-arrow-color: #8f8f8f;;}
/* Scrollbar master styling ends here */


