var Geral = {

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

}

$(document).ready(function(){
	Geral.__construct();
	
	$('#anima-frota').cycle({ 
    fx:      'scrollVert', 
    timeout:  5000 ,
	next:   '#seta-baixo', 
    prev:   '#seta-cima'
});
	
	$('.j-anima').cycle({ 
    /*fx:'custom',
		cssBefore: {  
			top:  196, 
			left: 485,
			width: 100,
			height: 50,
			opacity: 0,  
			display: 'block'
		}, 
		animIn:  {  
			top:  0, 
			left: 0,
			width: 393,
			opacity: 1,
			height: 481
		}, 
		animOut: {  
			top:  196, 
			left: -485,
			width: 100,
			height: 50,
			opacity: 0
		}, 
		cssAfter: {  
			zIndex: 0  
		},*/
		fx: 'fade',
		delay: -3000,
		cleartypeNoBg: true,
	next:   '.seta-esquerda', 
    prev:   '.seta-direita'
});

});
