// RESTAURANT Javascript

$(function(){
	if($('.inline').length){
		$("a.inline").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn': 1600, 
			'zoomSpeedOut':	600, 
			'overlayShow': true,
			'frameWidth': 750,
			'frameHeight': 550,
			'overlayOpacity': 0.6
		});
	};
});
