.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 5px;
	background-color: white;
}
.vscrollerbar {
	width: 5px;
	background-color: #E3417C;
}
.hscrollerbase {
	height: 5px;
	background-color: white;
}
.hscrollerbar {
	height: 5px;
	background-color: #E3417C;
}