$(function() {
	
	$('#navigation').SpiritusNav();
	$('#hero').SpiritusHero( { heros : $('#hero-body div'), tabs : $("#hero-nav a") } );
	
});
