		$(document).ready(function() {

		

			$("#fotoalbum").fancybox({
				'width' 			: 792,
				'height' 			: 417,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

$("a.fotoalbum").fancybox({
				'width' 			: 792,
				'height' 			: 417,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		
		

$("a.vergroting").fancybox({
				'titlePosition'  : 'inside',
				'autoScale' : 'true',
				'hideOnContentClick' : 'true',
				'titleShow' : 'true',
				

			});		
		});
