#scrollbox {
	/* Typical fixed height and fixed width example */
	top: 5px;
	left: 50px;
	width: 685px;
	height: 100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	text-align: left;
	color: #000000;
	font-size: 9px;
	}

#scrollbox2 {
	/* Typical fixed height and fixed width example */
	top: 5px;
	left: 50px;
	width: 685px;
	height: 102px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	text-align: left;
	color: #000000;
	font-size: 9px;
	}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#beeldfix{
heigth: 75px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
}
.vscrollerbar {
}
.hscrollerbase {
height: 10px;
}

