/* classi per la funzione JS cropThumb() */ 
.cropThumb { 	
	overflow: hidden; 
}
	.cropThumb img { }
		/* classi per ritagliare un'immagine con margini negativi, dentro a un box con overlay hidden (es. foto gestore, thumb foto struttura, foto lista, ecc.) */
		img.img_adatta_w_h { width: 100%; height: 100%; border: 0; } /* adatta in entrambi i lati (altezza e larghezza) */
		img.img_adatta_h { width: auto; height: 100%; border: 0; } /* adatta in altezza */
		img.img_adatta_w { width: 100%; height: auto; border: 0; } /* adatta in larghezza */							