jQuery(document).ready(function() {

    $("#content > #nav").tabs( { fx: {opacity: 'toggle' } });
  
    $(".inner > #thumbs").tabs( { fx: {opacity: 'toggle' } });



	$('#start').innerfade({
		speed: 'slow',
		timeout: 3500,
		type: 'sequence',
		containerheight: '560px'
	});
    
});




