// Tweets
var s_home = {
timeout: 500,
over: mhome,
//out: mhome_
};

var s_projetos = {
timeout: 500,
over: mprojetos,
//out: mprojetos_
};

var s_servicos = {
timeout: 500,
over: mservicos,
//out: mprojetos_
};

var s_contato = {
timeout: 500,
over: mcontato,
//out: mprojetos_
};

var s_menu = {
timeout: 300,
//over: mprojetos,
out: menu_
};

var sthumb = {
timeout:300,
over: southumb,
out: southumb_
};

jQuery.noConflict();

jQuery(document).ready(function() {
jQuery("#cshad").animate({"width": "10px" }, 400);

jQuery("#menu").animate({"margin-top": "-9px" }, 800);
jQuery(".conheca").delay(200).animate({"margin-top": "-15px" }, 800);
jQuery(".contato").delay(300).animate({"margin-top": "-45px" }, 800);


jQuery("#thumb1").delay(200).animate({"top": "0px" }, 800);
jQuery("#thumb2").delay(300).animate({"top": "0px" }, 800);
jQuery("#thumb3").delay(400).animate({"top": "0px" }, 800);
jQuery("#thumb4").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb5").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb6").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb7").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb8").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb9").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb10").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb11").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb12").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb13").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb14").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb15").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb16").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb17").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb18").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb19").delay(500).animate({"top": "0px" }, 800);
jQuery("#thumb20").delay(500).animate({"top": "0px" }, 800);


jQuery("#serv1").delay(300).animate({"top": "140px" }, 800);
jQuery("#serv2").delay(400).animate({"top": "140px" }, 800);
jQuery("#serv3").delay(500).animate({"top": "140px" }, 800);
jQuery("#serv4").delay(600).animate({"top": "140px" }, 800);
jQuery("#formas").delay(600).animate({"bottom": "10px" }, 800);



jQuery("#m_home").hoverIntent(s_home);
jQuery("#m_projetos").hoverIntent(s_projetos);
jQuery("#m_servicos").hoverIntent(s_servicos);
jQuery("#m_contato").hoverIntent(s_contato);
jQuery("#menu").hoverIntent(s_menu);
jQuery(".southumb").hoverIntent(sthumb);

$("a#click").fancybox();

});


//Home
	
function mhome () {
jQuery("#cshad").animate({"width": "37px" }, 700);
jQuery("#shad").animate({"right": "273px" }, 800);
};

function mhome_ () {
jQuery("#cshad").animate({"width": "37px" }, 700);
jQuery("#shad").animate({"right": "273px" }, 1900);
};


//Projetos

function mprojetos () {
jQuery("#cshad").animate({"width": "62px" }, 700);
jQuery("#shad").animate({"right": "198px" }, 900);
};


//Servicos

function mservicos () {
jQuery("#cshad").animate({"width": "60px" }, 700);
jQuery("#shad").animate({"right": "126px" }, 1000);
};


//Contato
function mcontato () {
jQuery("#cshad").animate({"width": "56px" }, 700);
jQuery("#shad").animate({"right": "58px" }, 1200);
};



//Menu_out

function menu_ () {
jQuery("#cshad").animate({"width": "10px" }, 700);
jQuery("#shad").animate({"right": "730px" }, 1900);
};


//Thumbs

function southumb () {
jQuery(this).animate({"padding": "6px" }, 300);
};

function southumb_ () {
jQuery(this).animate({"padding": "0px" }, 300);
};




jQuery(".seta_d").click(function() {
var myNum = jQuery("#thumbswalk").position().left;
if (myNum > -3450) {
	jQuery("#thumbswalk").animate({"left": "-=864px" }, 800);
} 
else {
	jQuery("#thumbswalk").animate({"left": "+=864px" }, 800);
}
});


jQuery(".seta_e").click(function() {
var myNum = jQuery("#thumbswalk").position().left;
if (myNum < 0) {
	jQuery("#thumbswalk").animate({"left": "+=864px" }, 800);
} 
else {
	jQuery("#thumbswalk").animate({"left": "-=864px" }, 800);
}
});
