// execute your scripts when DOM is ready. this is a good habit 
$(function() {         
	$('.look_in_gallery').lightBox({
	txtImage:	'Immagine',
	txtOf:		'di'
	});
}); 

