$(function(){
	
	// video embed 
	// swfobject.embedSWF("http://www.youtube.com/v/46F6Q48D418", "youtube", "290", "240", "9.0.0", "", "", { wmode:"transparent" }, "");


	// troca os textos por imagens com a fonte escolhida	
	Cufon.replace(
		'#cadastrese label strong,'+
		'#cadastrese div.sexo strong,' +
		'#identifiquese label strong,' + 
		'div.pergunta h3,' +
		'div.resposta h3,' +
		'h2#titulo-termosdeuso,' +
		'h2#titulo-faleconosco,' +
		'div.atividade h4,' +
		'h2#titulo-enviarporemail,' +
        '#enviarporemail label strong'
	);

	// aplicar o scroll bonitinho no termos de uso 
	// function aplicaScrollTermos(){
	// 	$('div#termosdeuso').jScrollPane({showArrows:true, scrollbarWidth:17, scrollbarMargin:20})
	// }

	// aplicar scroll 
	function aplicaScroll(){
		$('div.scroll').jScrollPane({showArrows:true, scrollbarWidth:17, scrollbarMargin:20})
	}
	
	// chamar fancybox
	$("a.termosdeuso").fancybox({ 
		'frameWidth': 400, 
		'frameHeight': 430, 
		'overlayShow': true,
		'hideOnContentClick': false,
		'callbackOnShow': aplicaScroll,
		'centerOnScroll': false
	});

	$("a.regulamento").fancybox({ 
		'frameWidth': 400, 
		'frameHeight': 430, 
		'overlayShow': true,
		'hideOnContentClick': false,
		'callbackOnShow': aplicaScroll,
		'centerOnScroll': false
	});

	$("a.termosdeuso").fancybox({ 
		'frameWidth': 400, 
		'frameHeight': 430, 
		'overlayShow': true,
		'hideOnContentClick': false,
		'callbackOnShow': aplicaScroll,
		'centerOnScroll': false
	});
	
	$("a.faleconosco").fancybox({ 
		'frameWidth': 660, 
		'frameHeight': 490, 
		'overlayShow': true,
		'hideOnContentClick': false,
		'centerOnScroll': false
	});
	
	// chamar fancybox
	$("a.tabelanutricional").fancybox({ 
		'frameWidth': 520, 
		'frameHeight': 490, 
		'overlayShow': true,
		'hideOnContentClick': false,
		'callbackOnShow': aplicaScroll,
		'centerOnScroll': false
	});
	
	// fechar fancybox
	$('a.fechar').click($.fn.fancybox.close);
	$('a.faleconosco-fechar').click($.fn.fancybox.close);

	
	
});
