/*
 .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0px;
}
.vscrollerbase {
	width: 23px;
	background-image: url(img/scrollbase.gif);
	background-repeat: no-repeat;
}
.vscrollerbar {
	width: 23px;
	margin-left: 5px;
	border-left: 2px solid white;
	background-image: url(img/scrollhandle.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
#mycustomscroll2 {
	width: 672px;
	overflow: auto;
	position: relative;
	height: 228px;
	padding: 0;
	margin: 0;
}
.fixedwidth {
	width: 672px;
	position: relative;
	padding: 1px;
}
*/
