$(document).ready(function() {

	
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth'			:750,
		'frameHeight'			:400,
		'padding'				:5
		
	});
	
		
	$("a.doorsturen").fancybox({
		'hideOnContentClick': false,
		'padding'				:0,
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

		$("#react").fancybox({
		'hideOnContentClick': false,
		'padding'				:0,
		'width'				: 710,
		'height'			: 520,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

});
