.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbar {
	width: 6px;
	
	
	background-color: #b0afaf;
	
}
.vscrollerbase {
	width: 6px;
	background-color: #e2e2e2;
}
.vscrollerbar {
	/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding:0;
	z-index: 2;
}
