var Geral = {

	__construct: function() {
		_this = Geral;
		$("input[type='text'],input[type='password'],textarea").resetDefaultValue();
	}

}

$(document).ready(function(){
	Geral.__construct();
	
	// slide menu
	$(".lavaLamp").lavaLamp({ 
		fx: "backout",
		speed: 700
	});
	
	// animação home
	$('div.anima').cycle({
		pager: '.pagina'	
	});

	// Animação easyslide
	$('.anima2').easySlider();
	
});
