jQuery(document).ready(function() {
	$(".fancyRecensies").fancybox({
		'width'				: 620,
		'height'			: 520,
		'centerOnScroll'	: true,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#333333'
	});
	$(".fancyProductinhoud").fancybox({
		'width'				: 710,
		'height'			: 520,
		'centerOnScroll'	: true,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#333333'
	});
	
	$(".fancyVoorbeeldAdvies").fancybox({
		'width'				: 590,
		'height'			: 360,
		'centerOnScroll'	: true,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#333333'
	});
	$(".fancyWachtwoord").fancybox({
		'width'				: 550,
		'height'			: 420,
		'centerOnScroll'	: true,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#333333'
	});
	
});
