/*
config elaborado por Fábio - Idéia Good
*/
$().ready(function(){
	//galeria de imagens
	$("a[rel=galeria_fancybox]").fancybox({
		'transitionIn'		: 'true',
		'transitionOut'		: 'true',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts){
			return '<span id="fancybox-title-over">Imagem ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	//foto principal de imagens
	$("a[rel=foto_principal_fancybox]").fancybox({
		'transitionIn'		: 'true',
		'transitionOut'		: 'true',
		'titlePosition' 	: 'over'
	});
	//formulario mural 
	/*$("a[rel=formulario_mural_fancybox]").fancybox({
		'width'				: 700,
		'height'			: 600,
		'autoScale'			: false,
		'transitionIn'		: 'true',
		'transitionOut'		: 'true',
		'type'				: 'iframe',
		'showNavArrows'		: false,
		'enableEscapeButton': true,
		'scrolling'			: 'no'
	});*/
	//formulario contato "enviar" email dos anuncios
	/*$("a[rel=visualizar_galeria_fancybox]").fancybox({
		'width'				: 650,
		'height'			: 520,
		'autoScale'			: false,
		'transitionIn'		: true,
		'transitionOut'		: true,
		'type'				: 'iframe',
		'showNavArrows'		: false,
		'enableEscapeButton': true,
		'scrolling'			: 'no',
		
		'showCloseButton'	: true
	});*/
	//apliar imagem da galeria
	/*$("a[rel=galeria_ampliar_fancybox]").fancybox({
		'cyclic'			: true,
		'transitionIn'		: true,
		'transitionOut'		: true/*,
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Imagem ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}*/
	//});
	/*
	//swf
	$("a[rel=swf_fancybox]").fancybox({
		'width'				: 640,
		'height'			: 480,
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'true',
		'transitionOut'		: 'true',
		'type'				: 'swf',
		'showNavArrows'		: false,
		'enableEscapeButton': true,
		'scrolling'			: 'no'
	});*/
});
