.scrollgeneric {
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbase {
	opacity:0.9;
	width: 5px;
	background-color:none;
}
.vscrollerbar {
	opacity:0.9;
	width: 5px;
	background-color:#ccc;
}
.hscrollerbase {
	opacity:0.9;
	height: 5px;
	background-color:none;
}
.hscrollerbar {
	opacity:0.9;
	height: 5px;
	background-color:none;
}