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

}

$(document).ready(function(){
	Geral.__construct();
	
	$('#animacao #anima-maior, #animacao #anima-menor').cycle({ 
		fx: 'fade',
		continuous: true,
		speed: 8000,
		cleartypeNoBg: !$.support.opacity
	});

});


