// JQUERY script lightbox

$(document).ready(function() {
	$("#galleria_foto a").lightBox();
});

