    $(document).ready(function(){
	
		$('.inserisci-a-progetto, .rinomina-progetto, .crea-progetto, .azioneElimina, .scarica-brano').nyroModal({	
		     minWidth: null, 
			 minHeight: null, 
	  	     resizeable: true, 
	  	     autoSizable: true,
			 closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="close">Chiudi</a>',
			 css: {
			 	bg: {
					zIndex: 100,
					position: 'fixed',
					top: 0,
					left: 0,
					height: '100%',
					width: '100%'
				},
				wrapper: {
					zIndex: 101,
					position: 'fixed',
					top: '50%',
					left: '50%'
				},
				wrapper2: {
				},
				content: {
					overflow: 'auto'
				},
				loading: {
					zIndex: 102,
					position: 'fixed',
					top: '50%',
					left: '50%',
					marginTop: '-50px',
					marginLeft: '-50px'
				}
			 }
		});
	
	});
