// Zoom
$(function(){
	$('div a').fancyzoom({
		imgDir:'img/zoom/',
		Speed:400,
		showoverlay:false
	});
});

