var Geral = {

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

}

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

	
	$('.img-ani').cycle({
	next: '#seta-dir',
	prev: '#seta-esq'
	});
	
	$('.j-anima').cycle({
	fx: 'fade'
	});


});

