$(function() {
	$('a.image-link').each(function() {
		$(this).fancyZoom({closeOnClick: true});
	});
});