$(document).ready(function () {
$.localScroll();
});

$(document).ready(function(){
    $('.boxgrid.caption').hover(function(){
        $(".cover", this).stop().animate({top:'60px'},{queue:false,duration:300});
    }, function() {
        $(".cover", this).stop().animate({top:'200px'},{queue:false,duration:160});
    });
});

$(document).ready(function(){
        $(".cover", this).stop().animate({top:'200px'},{queue:false,duration:300});
});


$(document).ready(function(){$("#btnMapa").click(function()
{
	$("#btnMapa").fadeOut("slow");
	$("#checkBox").toggle();
	$("#btnEnviar").toggle();
	$("#txtDesejo").toggle();
	$(".formText").toggle();
	$(".txtBox").toggle();
	$("#mapa").fadeIn("fast");
	$("#btnVoltar").fadeIn("fast");
});
});

$(document).ready(function(){$("#btnVoltar").click(function()
{
	$("#btnVoltar").toggle();
	$("#mapa").toggle();
	$(".formText").fadeIn("fast");
	$(".txtBox").fadeIn("fast");
	$("#btnMapa").fadeIn("fast");
	$("#checkBox").toggle();
	$("#btnEnviar").toggle();
	$("#txtDesejo").toggle();
});
});