var Geral = {

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

}

$(document).ready(function(){
	Geral.__construct();
	
	$('.anima06').cycle({ 
	fx:      'curtainX', 
	timeout: 6000 ,
    delay:   -2000 
	});
	
	$('.anima05').cycle({ 
	fx:      'curtainX', 
	timeout: 6000 ,
    delay:   -2000 
	});
	
	
	$('.kwicks').kwicks({
	max : 510,
	sticky: true,
	spacing : 1
	});
	
	


});
