var Geral = {

	__construct: function() {
		_this = Geral;
		$.ifixpng('pics/pixel.gif');
		$('img[src$=.png]').ifixpng(); //png transparent no IEca
		$("input[type='text'],input[type='password'],textarea").resetDefaultValue();
		$("input[type='text']").addClass("text");
		$("a.lightbox").lightBox();
	}

}

$(document).ready(function(){
	Geral.__construct();

	$("#animacao").cycle({
		fx:   'scrollHorz',
		next: '#arrowright',
		prev: '#arrowleft'
	});

	


});
