/* text elements */body, html{	margin:0px;	padding: 0px;	background-color: #7F7F7F;	}.imagewrap{	height: 200px;	background-color: #7F7F7F;	width: 6000px;}.tranImag {	opacity: 0.2;	-moz-opacity: 0.2;	filter: alpha(opacity=20);}.notranImag {	opacity: 1;	-moz-opacity: 1;	filter: alpha(opacity=100);}.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}.vscrollerbase {width: 10px;background-color: white;}.vscrollerbar {width: 10px;background-color: black;}.hscrollerbase {height: 10px;background-color: white;}.hscrollerbar {height: 10px;background-color: black;}#mycustomscroll2 {/* Typical fixed height and fixed width example */height: 215px;width:100%;overflow: auto;/* IE overflow fix, position must be relative or absolute*/position: relative;}