	$(function()
	{
		// galleria
		$("#right a.img, #left a.img").fancybox
		({
 			'zoomSpeedIn': 0, 
 			'zoomSpeedOut': 0, 
 	//		'frameWidth' : 640,
 	//		'frameHeight' : 560,
 			'overlayShow': true 			
 			 			
		});
	});
	

