/*
Todas las funciones de Fancybox para www.tupamaro.com
Modificado por David Gallo: david.molesmader.com
*/

$(document).ready(function() {
	/* Using custom settings */
	$("a#popup,a#popup2,a#popup3,a#popup4").fancybox({
		'width'				: '80%',
		'height'			: '80%',
		'padding'			: '10',
		'margin'			: '4',
		'autoScale'     	: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'speedIn'			: '700',
		'speedOut'			: '700',
		'hideOnContentClick': true,
		'type'				: 'iframe',
		'overlayOpacity'	: '0.6',
		'overlayColor'		: '#111',
		'centerOnScroll'	: true	});
	$("a#carta").fancybox({
		'titleShow'     	: true,
		'titlePosition'  	: 'inside',
		'titleFormat'       : function(title) {
				    return '<div style=" height:1px; clear:both; display:block; margin-left:10px; margin-bottom:2px;background: #F00 url(imagenes/png_fix/blank.gif)"></div><span id="fancybox-title-cartas">'+ title + '</spam>';
				},
		'width'				: '80%',
		'height'			: '80%',
		'padding'			: '10',
		'margin'			: '4',
		'autoScale'     	: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'speedIn'			: '700',
		'speedOut'			: '700',
		'hideOnContentClick': true,
		'type'				: 'iframe',
		'overlayOpacity'	: '0.6',
		'overlayColor'		: '#111',
		'centerOnScroll'	: true	});
	$("a#cartaPDF").fancybox({
		'titleShow'     	: true,
		'titlePosition'  	: 'inside',
		'titleFormat'       : function(title) {
				    return '<div style=" height:1px; clear:both; display:block; margin-left:10px; margin-bottom:2px;background: #F00 url(imagenes/png_fix/blank.gif)"></div><span id="fancybox-title-cartas">'+ title + '</spam>';
				},
		'width'				: '100%',
		'height'			: '90%',
		'padding'			: '10',
		'margin'			: '4',
		'autoScale'     	: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'speedIn'			: '700',
		'speedOut'			: '700',
		'hideOnContentClick': true,
		'type'				: 'iframe',
		'overlayOpacity'	: '0.6',
		'overlayColor'		: '#111',
		'centerOnScroll'	: true	});
	$("a[rel=group]").fancybox({
		'titleShow'     	: true,
		'titlePosition'  	: 'inside',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				    return '<span id="fancybox-title-down-left">'+ title + '<br /><small style="font:9px;">Imagen ' +  (currentIndex + 1) + ' de ' + currentArray.length + '</small></spam>';
				},
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'speedIn'			: '700',
		'speedOut'			: '700',
		'hideOnContentClick': true,
		'overlayOpacity'	: '0.6',
		'overlayColor'		: '#111',
		'centerOnScroll'	: true	});
	$("a#image").fancybox({
		'titleShow'     	: false,
		'titlePosition'  	: 'inside',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'speedIn'			: '700',
		'speedOut'			: '700',
		'hideOnContentClick': true,
		'overlayOpacity'	: '0.6',
		'overlayColor'		: '#111',
		'centerOnScroll'	: true	});
});
