var Geral = {

	__construct: function() {
		_this = Geral;
		$("input[type='text'],input[type='password'],textarea").resetDefaultValue();
		$("a.lightbox").lightBox();
	}

}

$(document).ready(function(){
	Geral.__construct();
	
	
	$('#jquery').cycle({ 
	fx:    'growY', 
    width: 660, 
    height: 265, 
    timeout: 4000,
	cleartypeNoBg: true,
	next: '.seta-direita',
	prev: '.seta-esquerda'
	});
	

});
