/* Scroll Bar Master Styling Starts Here *//* All comments can be freely removed from the css */.scrollgeneric {	position: absolute;	top: 0;	left: 0;	margin-left: 0px;	clip:     rect(auto auto auto 2px);}.vscrollerbase {	width: 10px;	background-color: #999999;	padding-left: 0px;	margin-left: 0px;}.vscrollerbar {width: 10px;background-color: #009900;}.hscrollerbase {height: 5px;background-color: white;}.hscrollerbar {height: 5px;background-color: #999999;}.scrollerjogbox {width: 0px;height: 0px;top: auto; left: 5px;bottom: 0px; right: 0px;}
