/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar { width: 10px; background: #FFF url(/ssi/scrollbar/img/scrollbar.png) 0px 0px repeat-y; }
.vscrollerbeg { height: 12px; !important; width: 10px; background: url(/ssi/scrollbar/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerend { width: 10px; height: 12px; background: url(/ssi/scrollbar/img/scrollbar.png) -20px 0px no-repeat;}

.vscrollerbase { width: 10px; background-color: white; }
.vscrollerbasebeg { width: 10px; height: 12px; !important; background: url(/ssi/scrollbar/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerbaseend { width: 10px; height: 12px; background: url(/ssi/scrollbar/img/scrollbar.png)  -20px 0px no-repeat;}


.vscrollerbar {width: 10px;background: #FFF url(/ssi/scrollbar/img/scrollbar.png) 0px 0px repeat-y;}
.vscrollerbarbeg {height: 24px !important;width: 10px;background: url(/ssi/scrollbar/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerbarend {height: 24px;width: 10px;background: url(/ssi/scrollbar/img/scrollbar.png) -20px 13px no-repeat;}
.vscrollerbase {width: 10px;background: white;}
.vscrollerbasebeg {width: 10px;height: 10px !important; background: url(/ssi/scrollbar/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerbaseend {height: 10px;width: 10px;background: url(/ssi/scrollbar/img/scrollbar.png)  -20px 0px no-repeat;}


.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: #FFF;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 1px;
	background-color: gray;
}