/* 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;}.vscrollerbase {	width: 14px;	background-color: #E8E8E8;	background-image: url(../img/tile1.png);}.vscrollerbar {	width: 12px;	background-color: #FFFFFF;	border-top: 1px solid #CCCCCC;	border-right: 1px solid #999999;	border-bottom: 1px solid #666666;	border-left: 1px solid #CCCCCC;	background-image: url(../img/grad5.png);	background-repeat: repeat-x;	background-position: bottom;}.hscrollerbase {	height: 14px;	background-color: #F0F0F0;}.hscrollerbar {	height: 14px;	background-color: #CCCCCC;}.scrollerjogbox {	width: 14px;	height: 14px;	top: auto;	left: auto;	bottom: 0px;	right: 0px;	background-color: #333333;}