/* 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 {width: 16px;
				background:transparent url(../img/bg-scrollbar-center.gif) no-repeat  center;
				width: 14px;
				height:10px !important;
				}
.vscrollerbarbeg {height: 0px !important;width: 16px;
background: url(../img/bg-scrollbar-center.gif) -108px -32px no-repeat;

				}
.vscrollerbarend {height: 0px;width: 16px;
background: url(../img/bg-scrollbar-center.gif) -108px 0px no-repeat;
				}
.vscrollerbase {width: 16px;
				background:#FFF;
				border:1px solid #ccc;
				width:14px;}
.vscrollerbasebeg {width: 16px;height: 28px !important;
				background: url(../img/bg-scrollbar-top.gif) no-repeat  4px center;}
.vscrollerbaseend {height: 28px;width: 16px;
				background: url(../img/bg-scrollbar-bottom.gif) no-repeat  4px center;}
.hscrollerbase {height: 16px; background-color: white; 
				visibility:hidden !important;}
.hscrollerbar {height: 16px; background-color: black;
				visibility:hidden !important;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 16px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
