$(document).ready(function() {
	$("a[rel=persons]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over'
		
	});
	$(".persons").fancybox({
		'autoScale'			: true,
		'height'			: 530,
		'width'				: 570,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$(".gutthemen").fancybox({
		'autoScale'			: true,
		'height'			: 700,
		'width'				: 700,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$(".leist").fancybox({
		'autoScale'			: true,
		'height'			: 450,
		'width'				: 560,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
