$("#botao_esq").hide();
$("#botao_esq2").hide();
$("#botao_esq3").hide();
$("#botao_esq4").hide();
$("#botao_esq5").hide();
$("#botao_dir2").hide();
$("#botao_dir3").hide();
$("#botao_dir4").hide();
$("#botao_dir5").hide();
$("#fundo_texto2").hide();
$("#fundo_texto3").hide();
$("#fundo_texto4").hide();
$("#fundo_texto5").hide();
$("#fundo_texto6").hide();
$("#texto2").hide();
$("#texto3").hide();
$("#texto4").hide();
$("#texto5").hide();
$("#texto6").hide();
$("#preco_1_descricao").hide();
$("#preco_2_descricao").hide();
$("#preco_3_descricao").hide();
$("#preco_4_descricao").hide();
$("#preco_5_descricao").hide();


$("#pre_loading").fadeOut(800);


$("#botao_esq").mouseover(function () {
    $("#bola_esquerda").animate({"marginLeft": "-490px"}, 300);
  });
$("#botao_esq").mouseout(function () {
    $("#bola_esquerda").animate({"marginLeft": "-470px"}, 300);
  });	
  
$("#botao_esq2").mouseover(function () {
    $("#bola_esquerda").animate({"marginLeft": "-490px"}, 300);
  });
$("#botao_esq2").mouseout(function () {
    $("#bola_esquerda").animate({"marginLeft": "-470px"}, 300);
  });	  
  
$("#botao_esq3").mouseover(function () {
    $("#bola_esquerda").animate({"marginLeft": "-490px"}, 300);
  });
$("#botao_esq3").mouseout(function () {
    $("#bola_esquerda").animate({"marginLeft": "-470px"}, 300);
  });	  
  
$("#botao_esq4").mouseover(function () {
    $("#bola_esquerda").animate({"marginLeft": "-490px"}, 300);
  });
$("#botao_esq4").mouseout(function () {
    $("#bola_esquerda").animate({"marginLeft": "-470px"}, 300);
  });
  
$("#botao_esq5").mouseover(function () {
    $("#bola_esquerda").animate({"marginLeft": "-490px"}, 300);
  });
$("#botao_esq5").mouseout(function () {
    $("#bola_esquerda").animate({"marginLeft": "-470px"}, 300);
  });	    

$("#botao_dir").mouseover(function () {
    $("#bola_direita").animate({"marginLeft": "332px"}, 300);
  });
$("#botao_dir").mouseout(function () {
    $("#bola_direita").animate({"marginLeft": "312px"}, 300);
  });
  
$("#botao_dir2").mouseover(function () {
    $("#bola_direita").animate({"marginLeft": "332px"}, 300);
  });
$("#botao_dir2").mouseout(function () {
    $("#bola_direita").animate({"marginLeft": "312px"}, 300);
  });	  	

$("#botao_dir3").mouseover(function () {
    $("#bola_direita").animate({"marginLeft": "332px"}, 300);
  });
$("#botao_dir3").mouseout(function () {
    $("#bola_direita").animate({"marginLeft": "312px"}, 300);
  });	
  
$("#botao_dir4").mouseover(function () {
    $("#bola_direita").animate({"marginLeft": "332px"}, 300);
  });
$("#botao_dir4").mouseout(function () {
    $("#bola_direita").animate({"marginLeft": "312px"}, 300);
  });	
  
$("#botao_dir5").mouseover(function () {
    $("#bola_direita").animate({"marginLeft": "332px"}, 300);
  });
$("#botao_dir5").mouseout(function () {
    $("#bola_direita").animate({"marginLeft": "312px"}, 300);
  });   
  
  
  
  
$("#thumb_1").mouseover(function () {
    $("#preco_1").hide();
    $("#preco_1_descricao").show();
  });
$("#thumb_1").mouseout(function () {
    $("#preco_1").show();
    $("#preco_1_descricao").hide();
  });	  
  
$("#thumb_2").mouseover(function () {
    $("#preco_2").hide();
    $("#preco_2_descricao").show();
  });
$("#thumb_2").mouseout(function () {
    $("#preco_2").show();
    $("#preco_2_descricao").hide();
  });
  
$("#thumb_3").mouseover(function () {
    $("#preco_3").hide();
    $("#preco_3_descricao").show();
  });
$("#thumb_3").mouseout(function () {
    $("#preco_3").show();
    $("#preco_3_descricao").hide();
  });	    
  
$("#thumb_4").mouseover(function () {
    $("#preco_4").hide();
    $("#preco_4_descricao").show();
  });
$("#thumb_4").mouseout(function () {
    $("#preco_4").show();
    $("#preco_4_descricao").hide();
  });
  
$("#thumb_5").mouseover(function () {
    $("#preco_5").hide();
    $("#preco_5_descricao").show();
  });
$("#thumb_5").mouseout(function () {
    $("#preco_5").show();
    $("#preco_5_descricao").hide();
  });	  	  



$("#botao_dir").click(function(){
	
			$("#fundo_texto1").delay(300).fadeOut(300);
			$("#texto1").fadeOut(300);
			$("#botao_esq").show();
			$(this).hide();
			$("#fundo_texto3").delay(600).fadeIn(300);
			$("#texto3").delay(900).fadeIn(300);
			$("#botao_dir2").show();
			});
			
$("#botao_dir2").click(function(){
	
			$("#fundo_texto3").delay(300).fadeOut(300);
			$("#texto3").fadeOut(300);
			$("#botao_esq2").show();
			$("#botao_dir3").show();
			$(this).hide();
			$("#botao_esq").hide();
			$("#fundo_texto4").delay(600).fadeIn(300);
			$("#texto4").delay(900).fadeIn(300);
			});	
			
$("#botao_dir3").click(function(){
	
			$("#fundo_texto4").delay(300).fadeOut(300);
			$("#texto4").fadeOut(300);
			$("#botao_esq3").show();
			$("#botao_dir4").show();
			$(this).hide();
			$("#botao_esq2").hide();
			$("#fundo_texto2").delay(600).fadeIn(300);
			$("#texto2").delay(900).fadeIn(300);
			});	
			
$("#botao_dir4").click(function(){
	
			$("#fundo_texto2").delay(300).fadeOut(300);
			$("#texto2").fadeOut(300);
			$("#botao_esq4").show();
			$(this).hide();
			$("#botao_esq3").hide();
			$("#fundo_texto6").delay(600).fadeIn(300);
			$("#texto6").delay(900).fadeIn(300);
			});
			
$("#botao_dir5").click(function(){
	
			$("#fundo_texto5").delay(300).fadeOut(300);
			$("#texto5").fadeOut(300);
			$("#botao_esq5").show();
			$(this).hide();
			$("#botao_esq4").hide();
			$("#fundo_texto6").delay(600).fadeIn(300);
			$("#texto6").delay(900).fadeIn(300);
			});									
			
$("#botao_esq").click(function(){
	
			$("#fundo_texto3").delay(300).fadeOut(300);
			$("#texto3").fadeOut(300);
			$("#botao_dir").show();
			$(this).hide();
			$("#botao_dir2").hide();
			$("#fundo_texto1").delay(600).fadeIn(300);
			$("#texto1").delay(900).fadeIn(300);
			});
			
$("#botao_esq2").click(function(){
	
			$("#fundo_texto4").delay(300).fadeOut(300);
			$("#texto4").fadeOut(300);
			$("#botao_esq").show();
			$("#botao_dir2").show();
			$(this).hide();
			$("#botao_dir3").hide();
			$("#fundo_texto3").delay(600).fadeIn(300);
			$("#texto3").delay(900).fadeIn(300);
			});
			
$("#botao_esq3").click(function(){
	
			$("#fundo_texto2").delay(300).fadeOut(300);
			$("#texto2").fadeOut(300);
			$("#botao_esq2").show();
			$("#botao_dir3").show();
			$(this).hide();
			$("#botao_dir4").hide();
			$("#fundo_texto4").delay(600).fadeIn(300);
			$("#texto4").delay(900).fadeIn(300);
			});	
			
$("#botao_esq4").click(function(){
	
			$("#fundo_texto6").delay(300).fadeOut(300);
			$("#texto6").fadeOut(300);
			$("#botao_esq3").show();
			$("#botao_dir4").show();
			$(this).hide();
			$("#botao_dir5").hide();
			$("#fundo_texto2").delay(600).fadeIn(300);
			$("#texto2").delay(900).fadeIn(300);
			});
			
$("#botao_esq5").click(function(){
	
			$("#fundo_texto6").delay(300).fadeOut(300);
			$("#texto6").fadeOut(300);
			$("#botao_esq4").show();
			$("#botao_dir5").show();
			$(this).hide();
			$("#botao_dir6").hide();
			$("#fundo_texto5").delay(600).fadeIn(300);
			$("#texto5").delay(900).fadeIn(300);
			});															
