$(document).ready(function() {

	$("a.fancy_image").fancybox({
		'hideOnContentClick': true,
		'showCloseButton': false
	});

	$("a.fancy_page").fancybox();
	
});

