$(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
      'hideOnContentClick': false,
      // set the fancybox size
      'frameWidth':490,
      'frameHeight':430,
	  'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
      }); 
	 
	 	 $("a.BtnFormGo").fancybox({
      // avoid closing fancybox with clickable content
      'hideOnContentClick': false,
	  'enableEscapeButton': true,
      // set the fancybox size
      'frameWidth':490,
      'frameHeight':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
      'hideOnContentClick': false,
      // set the fancybox size
	  padding				:	2,
      'frameWidth':925,
      'frameHeight':205,
	  'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
      }); 
	  
	   $("a.BtnFormContact").fancybox({
      // avoid closing fancybox with clickable content
      'hideOnContentClick': false,
      // set the fancybox size
      'frameWidth':610,
      'frameHeight':400,
	  'zoomOpacity'			: true,
		'overlayShow'			: true,
		overlayOpacity		:	0.4,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
      }); 
	   
		$(".thumbnails").fancybox({ 
		'zoomSpeedIn': 500, 
		'zoomSpeedOut': 500, 
		'overlayShow': true
		}); 
		
		
});
