$(function() {
       $("ul.picturelist a").lightBox({
			'txtImage': 'Immagine',
			'txtOf': 'di'
		});
   });
