	Cufon.replace('h1,h2,h3,h4,h5,#menu li,#rodape b', { fontFamily: 'Light' });
	
	$(document).ready(function() {
		// destaques home
		$('#ilustra_home').cycle({ fx: 'fade',timeout:5000 });
		
		// submenu
		$('#qdr_menu').droppy();
		
		// info do animal
		$('#animal_container').cycle({ fx:'scrollLeft', timeout:0, speed:300, startingSlide:0 });
		$('#mostra_perfil').click(function() { $('#animal_container').cycle(0); return false; });
		$('#mostra_historico').click(function() { $('#animal_container').cycle(1); return false; });
		$('#mostra_premios').click(function() { $('#animal_container').cycle(2); return false; });
		$('#mostra_pedigree').click(function() { $('#animal_container').cycle(3); return false; });
		$('#mostra_fotos').click(function() { $('#animal_container').cycle(4); return false; });
		$("a[rel='galeria']").colorbox();
	});

