// JavaScript Document
$(document).ready(function() { 	
	$(".casiClinici a").each(function(){
		$(this).next().hide();//nascondo la tabella
		
		
		
		//$(this).next().children('table:first').removeAttr('width');						  
		var w = $(this).next().width();//$(this).next().width()+20;				  
		var h = $(this).next().height();

	/*

		$('#fancy_inner').css({'width':w+'px','height':h+'px','float':'left'});
		$('#fancy_div').css({'width':w+'px','height':'100%'});	
		$('#fancy_content').css({'width':w+'px','height':'100%'});
		*/
		//$('#fancy_img').css({'width':w+'px','height':h+'px'});

		//$('#fancy_bigIframe').css({'width':w+'px','height':h+'px'});
		//$('#fancy_frame').css({'width':w+'px','height':h+'px'});

	





		
		$(this).fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 250, 'overlayShow': true,'frameWidth':w,'frameHeight':h,'centerOnScroll':false});
		
	});
	
	$(".reLight").each(function(){	
		$(this).fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 250, 'overlayShow': true});		
	});
	
	
	
	
	
	
});
