$(document).ready(function(){
	$("#images a").fancybox({
		'hideOnContentClick': false,
		'overlayShow'       : true,
		'titlePosition'	    : 'inside'
	});
	$("#send").fancybox({
		'width'				  : 600,
		'height'			  : 400,
    'autoScale'     : false,
    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'				  : 'iframe',
		'titlePosition' : 'inside'
	});
  $("#lista").fancybox({
		'width'				  : 680,
		'height'			  : 485,
    'autoScale'     : false,
    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'				  : 'iframe',
		'titlePosition' : 'inside'
	});
	$("#card1").fancybox({
		'width'				  : 650,
		'height'			  : 600,
    'autoScale'     : false,
    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'				  : 'iframe',
		'titlePosition' : 'inside'
	});
	$("#card2").fancybox({
		'width'				  : 650,
		'height'			  : 600,
    'autoScale'     : false,
    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'				  : 'iframe',
		'titlePosition' : 'inside'
	});
	$("#card3").fancybox({
		'width'				  : 650,
		'height'			  : 600,
    'autoScale'     : false,
    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'type'				  : 'iframe',
		'titlePosition' : 'inside'
	});
});

