$(function(){
	$(".zoom").fancybox();
	$("#contactme").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 340,
		'frameHeight': 370
	});
}); 