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: 'uncover', ***/
	fx:'scrollHorz',
    cssBefore: {  
        top:  0, 
        left: 0, 
        width: 921, 
        height: 505,  
        zIndex: 1  
    }, 
    animIn:  {  
        width: 921, 
        height: 505  
    }, 
    animOut: {  
        top:  0, 
        left: 0, 
        width: 870, 
        height: 505 
    }, 
    cssAfter: {  
        zIndex: 0  
    }, 
    delay: -1000,
	next: '.seta-direita',
	prev: '.seta-esquerda',
	cleartypeNoBg: true
	});

});

