jQuery(document).ready(function() {



	$("a#single_1").fancybox();
		
	$("a#single_2").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	
	$("a#single_3").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	
	$("a.group").fancybox();
	$("a.zoom").fancybox();

	$("a.zoom1").fancybox({
		'hideOnContentClick': true,
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});

	
	 $("a.BtnFormExpress").fancybox({
      // avoid closing fancybox with clickable content
     
      // set the fancybox size
      'hideOnContentClick': false,
	  	'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		
		'width'			: 470,
		'height'		: 460,
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'overlayOpacity'		: 0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
      }); 
	 
	 	 $("a.BtnFormGo").fancybox({
      // avoid closing fancybox with clickable content
      'hideOnContentClick': false,
	  'enableEscapeButton': true,
      // set the fancybox size
      'Width':490,
      'Height':430,
	  'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 100,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
      }); 
	 
	  $("a.BtnFormDati").fancybox({


      // avoid closing fancybox with clickable content
      

      // set the fancybox size
		'hideOnContentClick': false,
	  	'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		
		'width'			: 925,
		'height'		: 205,
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'overlayOpacity'		: 0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'

      }); 
	  
	   $("a.BtnFormContact").fancybox({
      // avoid closing fancybox with clickable content
      'hideOnContentClick': false,
      // set the fancybox size
      'Width':610,
      'Height':400,
	  'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
      }); 
	   
		$(".thumbnails").fancybox({ 
		'zoomSpeedIn': 500, 
		'zoomSpeedOut': 500, 
		'overlayShow': true
		}); 
		
		
});
