$(document).ready(function() {

	// Fancybox
	
	$("a.zoom").fancybox();
	
	$("a.inline").fancybox({
		'hideOnContentClick': false
	});
});