$(document).ready(function() {
	$("a#contact").fancybox({
		hideOnContentClick:false,
		centerOnScroll: false,
		padding: 0
	}); 	
}); 
