//NOTA: questo file si riferisce alla galleria del front-end

$(document).ready(function() {
	
	$('#tabella_foto a').lightBox();
	
	return;
});
