$(document).ready(function() {
	$("a.vergroten").fancybox({
		'titlePosition'		: 'inside',
		'overlayOpacity'	: '0.8'
	});
});
