// when the DOM is ready...
$(document).ready(function () {
	$("ul.zoom li a").fancybox({
		'overlayShow': true
		});
	
 $("a.zoom").fancybox({
	'overlayShow': true
	});

/*  $("ul.images li a").lightBox(); */

/* IFIXPNG */
	/* $('div#mask').ifixpng(); */

});
