$(document).ready(function() {
		$("a[rel=grupofoto]").fancybox({
			'showCloseButton'	: true,
			'overlayColor'		: '#5E5089',
			'hideOnContentClick': false,
			'hideOnOverlayClick': false,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'titlePosition' 	: 'inside',
			'type' : 'image',
			'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) { return '<span id="fancybox-title-over">[' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '] &nbsp; ' + title : '') + '</span><br /><span style="font-size: x-small;">-utiliza los cursores para pasar fotos o pulsa la tecla ESC para cerrar-</span>';
			}
		});
		$("#iframe").fancybox({
				'showCloseButton'	: true,
				'overlayColor'		: '#5E5089',
				'hideOnContentClick': false,
				'hideOnOverlayClick': false,
				'width'				: 750,
				'height'			: 570,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'
		});
});
