.scrollgeneric {
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	width: 10px;
	background-color: #000;
	background-image: url(../images/scrollgrab.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.vscrollerbase {
	width: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.vscrollerbar, .hscrollerbar {
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

