/*********************** SCROLLERS ***********************/
/* And this is applied to all the scrollbar divs, to make them absolutely positioned. */
.absDiv { 
	position: absolute; 
	visibility: hidden; 
	overflow: hidden 
}
