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