		$(document).ready(function() {
			$("a.zoom").fancybox();
			
			$("a.zoom2").fancybox({
				'padding'			: 0,
				'zoomSpeedIn'		:	500,
				'zoomSpeedOut'		:	500,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'overlayColor'      : '#000000',
				'titlePosition'		:	'over',
				'overlayShow'		:	true
				
			});
			
			$("a.various3").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});
			
			$("a.login").fancybox({
				'padding'			: 3,
				'width'				: 390,
				'height'			: 215,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});
			
			$("a.nuevoeventoBox").fancybox({
				'padding'			: 0,
				'width'				: 500,
				'height'			: 715,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'overlayShow'		:	true,
				'type'				: 'iframe'
			});
			
			$("a.alert").fancybox({
				'padding'			: 0,
				'width'				: 350,
				'height'			: 200,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'overlayShow'		:	true,
				'type'				: 'ajax'
			});
			
			$("a.alertajax").fancybox({
				ajax : {
		    		type	: "POST"
				}
			});
			
			$("a.zoom3").fancybox({
				'padding'			: 0,
				'zoomSpeedIn'		:	500,
				'zoomSpeedOut'		:	500,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'overlayColor'      : '#000000',
				'titlePosition'		:	'over'
			});
		});
