	//funzione lightbox
	$(document).ready(function(){
		$("a#example8").fancybox({
			'titlePosition'	: 'over'
		});
	});
