/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {
				background:transparent url(../img/bg-scrollbar-center.gif) no-repeat  center;
				width: 20px; /*to ffx3*/
				height:13px !important;
				}
.vscrollerbarbeg {height: 0px !important;width: 21px;
background: url(../img/bg-scrollbar-center.gif) -108px -32px no-repeat;

				}
.vscrollerbarend {height: 0px;width: 21px;
background: url(../img/bg-scrollbar-center.gif) -108px 0px no-repeat;
				}
.vscrollerbase {width: 21px;
				background:#FFF url(../img/bg-scrollbar-bg.gif) repeat-y center top;
				border:none;
				border-right:none;
				}
.vscrollerbasebeg {width: 20px;height: 28px !important;
				background: url(../img/bg-scrollbar-top.gif) no-repeat  center center;}
.vscrollerbaseend {height: 28px; width: 20px;
				background: url(../img/bg-scrollbar-bottom.gif) no-repeat  center center;}
.hscrollerbase {height: 16px; background-color: white; 
				visibility:hidden !important;}
.hscrollerbar {height: 16px; background-color: white;
				visibility:hidden !important;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 21px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}
/* Scroll Bar Master Styling Ends Here */
