$(function(){
	
	$('.botao-ver-contatos').click(function(){
		$('#nossaloja-box-contatos').slideToggle('slow');
		return false;
	});
	
});