$(document).ready(function() {


$("a.playvideo").click(function() {
		$.fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 520,
				'height'					: 420,
				'type'						: 'iframe',
				'href'						: this.href
			});	
		return false;
	});


/*
$("a[rel=pic]").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'titleShow'				: 'true'
				});
*/
					
				
$("a.pic").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'titleShow'				: 'true',
				'easingIn'          		: 'easeOutBack',
				'easingOut'         	: 'easeInBack'
				});				
				
				
$("a.privacy").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 420,
				'height'					: 420,
				'type'						: 'iframe'
				});


$("a.access").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 352,
				'height'					: 200,
				'type'						: 'iframe'
				});


/*
$("a[rel=teatro]").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 600,
				'height'					: 540,
				'type'						: 'iframe'
				});
*/
				
$("a.teatro").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 600,
				'height'					: 540,
				'type'						: 'iframe'
				});		


	$("a.apri_mappa").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'width'					: 420,
				'height'					: 420,
				'type'						: 'iframe'
			});
			
			
										
/*
			
$("a[rel=ytvideo]").click(function() {   // non usare piu rel ma data-rel per raggruppare le foto
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',		
			'width'		: 680,
			'height'		: 495,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
		 		'wmode'		: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});
	return false;
});
		
		
		
		
			$("a#example2").fancybox({
				'overlayShow'	: false,
				'transitionIn'      : 'elastic',
			'transitionOut'     : 'elastic',
			'easingIn'          : 'easeOutBack',
			'easingOut'         : 'easeInBack'
			});

			$("a#example3").fancybox({
				'transitionIn'	: 'none',
				'transitionOut'	: 'none'	
			});

			$("a#example4").fancybox({
				'opacity'		: true,
				'overlayShow'	: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'none'
			});

			$("a#example5").fancybox();

			$("a#example6").fancybox({
				'titlePosition'		: 'outside',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.9
			});

			$("a#example7").fancybox({
				'titlePosition'	: 'inside'
			});

			$("a#example8").fancybox({
				'titlePosition'	: 'over'
			});


			*   Examples - various
		

			$("#various1").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

			$("#various2").fancybox();

			$("#various3").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

			$("#various4").fancybox({
				'padding'			: 0,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});	*/
		});
