$(document).ready(function() {
	$("a.overlay").fancybox({
		'padding'				: 0,
		'zoomOpacity'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'overlayOpacity'		: 0.8,
		'frameWidth'			: 700,
		'frameHeight'			: 500,
		'type'                  : 'iframe',
		'hideOnContentClick'	: false
	});
});

$(document).ready(function() {
	$("a.overlay-flash").fancybox({
		'padding'				: 0,
		'zoomOpacity'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'overlayOpacity'		: 0.8,
		'frameWidth'			: 700,
		'frameHeight'			: 500,
		'type'                  : 'iframe',
		'hideOnContentClick'	: false
	});
});
$(document).ready(function() {
	$("div.overlay-flash").fancybox({
		'padding'				: 0,
		'zoomOpacity'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'overlayOpacity'		: 0.8,
		'frameWidth'			: 700,
		'frameHeight'			: 500,
		'type'                  : 'iframe',
		'hideOnContentClick'	: false
	});
});

/*
$(document).ready(function() {
	$("body").fancybox({
		'padding'				: 0,
		'zoomOpacity'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'overlayOpacity'		: 0.8,
		'frameWidth'			: 700,
		'frameHeight'			: 500,
		'width'					: 549,
		'height'				: 838,
		'type'                  : 'iframe',
		'autoDimensions'		: true,
		'autoScale'				: true,
		'content'				: 'http://maggiorossetto.com/concurso.html',
		//'url'					: 'https://www.facebook.com/MaggioRossetto?sk=app_154581087931912',
		'hideOnContentClick'	: false
	});
});*/
