
$(document).ready(function() {

	// rinomina-progetto
  	$('.crea-progetto, .rinomina-progetto, #modifica-verde').cluetip({
        hoverClass: 'highlight',
    	showTitle: false,
        sticky: true,
        closePosition: 'top',
        closeText: '<img src="./img/chiudi-cluetip.gif" alt="close" width="9" height="9" />',
    	activation: 'click', 
    	width: 400,
       	topOffset: 30,
    	leftOffset: -300,
    	positionBy: 'fixed'
 	});
	
	// Nifyplayer	
	$(".ascolta-brano").cluetip({
        hoverClass: 'highlight',
    	showTitle: false,
    	titleAttribute: "",
        sticky: true,
        closePosition: 'top',
        closeText: '<img src="./img/chiudi-cluetip.gif" alt="close" width="9" height="9" />',
    	activation: 'click', 
    	width: 320,
       	topOffset: -80,
    	leftOffset: -340,
    	positionBy: 'fixed'
 	});
	
	$(".scheda_album").cluetip({
        hoverClass: 'highlight',
    	showTitle: false,
    	titleAttribute: "",
        sticky: true,
        closePosition: 'top',
        closeText: '<img src="./img/chiudi-cluetip.gif" alt="close" width="9" height="9" />',
    	activation: 'click', 
    	width: 200,
       	topOffset: 10,
    	leftOffset: -210,
    	positionBy: 'fixed'
 	});
			
});
