$(document).ready(function() {
	$(".kontakt").fancybox({
		'width'				: 530,
		'height'			: 610,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
        'overlayShow'       :  true,
		'type'				: 'iframe',
		'scrolling'			: 'no'
	});
});


