$( function () {
	/* Scrollbar  */
	$(".scroll_memento").jScrollPane({
		showArrows:true, 
		scrollbarWidth: 19, 
		arrowSize: 11, 
		scrollbarMargin: 0
	});
	
	/* tooltip */

	$('a.G_terme').tooltipLite ({ width: 470, attributeRef: 'rel', position:'bottom', arrows: true, showTitle: false, dropShadow: false
	
	});

$('a.G_terme2').tooltipLite ({ width: 122, attributeRef: 'rel', position:'bottom', arrows: true, showTitle: false, dropShadow: false
	});

});

