jQuery(function(){
	jQuery('#navigation ul').superfish();
});
$(document).ready(function() {
	$(".map").fancybox({
		'width'				: 600,
		'height'			: 400,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});
	$(".shop").fancybox({
		'width'				: 940,
		'height'			: 600,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe',
		'centerOnScroll'	: 'true'
	});		
});
