(function($) {
$(document).ready(function() {
	$("a.fancy").fancybox({
		'overlayShow': true 
	});
})
})(jQuery);