var Geral = {

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

}

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

$('#anima').cycle({ 
    fx:'scrollHorz',
    cssBefore: {  
        top:  0, 
        left: 0, 
        width: 949, 
        height: 382,  
        zIndex: 1  
    }, 
    animIn:  {  
        width: 949, 
        height: 382  
    }, 
    animOut: {  
        top:  0, 
        left: 0, 
        width: 870, 
        height: 382 
    }, 
    cssAfter: {  
        zIndex: 0  
    }, 
	next: '.seta-proximo',
	prev: '.seta-anterior',
	cleartypeNoBg: true
	
	
});

});

