/*Funzioni Per Jquery*/
$(document).ready(
	function () {
		//Lightbox
		$('a[@rel*=lightbox]').lightBox();
	}
);