<!--	
$(document).ready(function() {
	$('a.primopiano_link').cluetip({
		showTitle: false,
		local:false, 
		sticky: false, 
		arrows: true, 
		cursor: 'pointer',
		width: '226px',
		dropShadowSteps: 4,
		positionBy: 'auto',
		mouseOutClose: true,
		leftOffset: -5
	});

	$('a.mc_link').cluetip({
		showTitle: false,
		local:false, 
		sticky: true, 
		arrows: true, 
		cursor: 'pointer',
		width: '226px',
		dropShadowSteps: 4,
		positionBy: 'auto',
		mouseOutClose: false,
		leftOffset: -5,
		closeText: "<img src='/img/cluetip/close.gif' alt='chiudi'/>"
	});
});
//-->
