$().ready(function(){
		$('#showReel .slider').cycle({
	    fx: 'fade', 
    	delay: 1200 
		});
		$('.schedaProgetto a.foto').lightBox({fixedNavigation:true});
});

