    hs.lang = {
       loadingText :     'Caricamento...',
       loadingTitle :    'Clicca per annullare',
       focusTitle :      'Clicca per andare avanti',
       fullExpandTitle : 'Espandi',
       fullExpandText :  'Schermo intero',
       creditsText :     'Powered by <i>Highslide JS</i>',
       creditsTitle :    'Clicca per visitare il sito Highslide JS',
       previousText :    'Precedente',
       previousTitle :   'Precedente',
       nextText :        'Successiva',
       nextTitle :       'Successiva',
       moveTitle :       'Sposta',
       moveText :        'Sposta',
       closeText :       'Chiudi',
       closeTitle :      'Chiudi (Esc)',
       resizeTitle :     'Ripristina dimensioni',
       playText :        'Avvia',
       playTitle :       'Avvia presentazione (spazio)',
       pauseText :       'Pausa',
       pauseTitle :      'Pausa presentazione (spazio)',
       number :          'Foto %1 di %2',
       restoreTitle :    'Clicca sulla foto per chiudere, fai clic e trascina per spostare.'/* freccia destra e sinistra per navigare*/
    };
    hs.graphicsDir = 'res/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.showCredits = false;
/*	hs.wrapperClassName = 'controls-in-heading';*/
	hs.dimmingOpacity = 0.75;
