$(document).ready(function ()
{
	$(".thumbs a").fancyZoom({		directory: "images/fancyzoom/",		closeOnClick: true,
		width: 570,
		height: 800	});
	
	$(".fotothumbs .imglink").fancyZoom({		directory: "images/fancyzoom/",		closeOnClick: true	});
});