$(document).ready(function() {
	$("li.depoimentos a").click(function() {
		$(this).parent().children("div").slideToggle("normal");
		return false;
	});
});
