$(document).ready(function() {
	$("a.galeria").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 800,
		'zoomSpeedOut'			: 800,
        'easingIn'				: 'easeOutBounce',
		'easingOut'				: 'easeOutBack'
	});
    $("a.iframe").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: true,
        'frameWidth'            : 500
	});
});
