
	$(document).ready(function(){
		$('#phone-small').hover(function(){
			$(this).hide();
			$('#phone-bigg').show();
		});
		$("#contact-show").fancybox({overlayShow : true, overlayOpacity : 0.7, overlayColor : '#666666', type:'iframe',frameWidth:580,frameHeight:300}); 
	});

