var Geral = {

	__construct: function() {
		_this = Geral;
		$("a.lightbox").lightBox();
	}
}

$(document).ready(function(){
	Geral.__construct();
	
	$('.anima').cycle({ 
	fx:      'scrollHorz', 
	timeout: 9000 ,
    delay:   -3000 ,
	pager: '.num'
	});
	
	$('#jq-empresa').cycle({ 
	fx:      'fade', 
	timeout: 4000 ,
    delay:   -3000 
	});
	
	$('.imagens-animacao').cycle({ 
	fx:      'fade', 
	timeout: 4000 ,
    delay:   -3000 
	});
	
	$('.anima-loja').cycle({ 
	fx:      'fade', 
	timeout: 2000 ,
    delay:   -1000 
	});
	
	$('.anima-loja1').cycle({ 
	fx:      'fade', 
	timeout: 2000 ,
    delay:   -1000 
	});
	
	
});
