		$(document).ready(function() {

		$.fn.cycle.defaults.timeout = 6000;
		//$("#galleryBG").hide().fadeIn("slow").animate({opacity: 1}, 2400);
		//$("#submenud").animate({opacity: 1}, 6000).fadeIn(1000);
		$("#galleryBG").fadeOut(3200);
		$("#nameBG").animate({opacity: 1}, 2000).fadeOut(2000);
		$("#txtBG").animate({opacity: 1}, 3000).fadeOut(2000);
		$("#txtBG_c").animate({opacity: 1}, 3000).fadeOut(2000);
		$("#ft_img").animate({opacity: 1}, 4000).fadeIn(2000);
		//$("#trafic").animate({opacity: 1}, 5000).fadeIn(2000);
	//	alert("bau");
		$('#s3').cycle({ fx: 'fade', continous:1, speed:   600, timeout: 4300, pager:'#nav',next:   '#s3', pause:   1, autostop:1});

/*
		function createOver(src){return $('<img/>').attr('src', src).addClass('over').css('opacity', 1).hide();}
		var img1= createOver('<?php echo url_for('/images/layout/')?>/sigla_deformat.jpg');
		$(function () { $('#gallery').hover(function () { img1.appendTo(this).fadeIn('slow'); $(this).css("cursor","pointer");}, function () {img1.fadeOut('slow'); });});
		$('.body1').rightClick( function(e) {});
		*/
	});