// JavaScript Document
$(function() {
		$('a[rel*=locandina]').lightBox();
		$('a[rel*=gallery]').lightBox();
		
	});