		$(document).ready(function() {
			
			$("a.inliner").fancybox({
				'hideOnContentClick': true,
				'type'				: 'ajax',
				'href'				: 'openingstijden_los.php'
			});
			
			$("a.prijslijst").fancybox({
				'width': 640, // or whatever you want
				'height': 480, // or whatever you want
				'type': 'iframe',
				'autoscale': false 
			});

		});
		
		
