
	hs.cssDirection = 'ltr';
	hs.loadingText = 'Caricamento...';
	hs.loadingTitle = 'Clicca per cancellare';
	hs.focusTitle = 'Clicca per portare in primo piano';
	hs.fullExpandTitle = 'Espandi';
	hs.creditsText = '';
	hs.creditsTitle = '';
	hs.previousText = 'Precedente';
	hs.nextText = 'Successivo';
	hs.moveText = 'Muovi';
	hs.closeText = 'Chiudi';
	hs.closeTitle = 'Chiudi';
	hs.resizeTitle = 'Ridimensiona';
	hs.playText = 'Play';
	hs.playTitle = 'Play slideshow (spacebar)';
	hs.pauseText = 'Pausa';
	hs.pauseTitle = 'Pausa slideshow (spacebar)';
	hs.previousTitle = 'Precedente (freccia sinistra)';
	hs.nextTitle = 'Prossimo (freccia destra)';
	hs.moveTitle = 'Muovi';
	hs.fullExpandText = '1:1';
	hs.restoreTitle = 'Clicca per chiudere, tieni premuto il clic per muovere.';
	
	
	
	hs.graphicsDir = 'scripts/highslide/graphics/';
	hs.expandCursor = 'zoomin.cur';
	hs.restoreCursor = 'zoomout.cur';
	hs.expandDuration = 220;
	hs.restoreDuration = 80;
	hs.marginLeft = 15;
	hs.marginRight = 15;
	hs.marginTop = 15;
	hs.marginBottom = 25;
	hs.zIndexCounter = 1001;
	hs.loadingOpacity = 0.75;
	hs.allowMultipleInstances = false;
	hs.numberOfImagesToPreload = 5;
	hs.outlineWhileAnimating = 2;
	hs.outlineStartOffset = 3;
	hs.padToMinWidth = false;
	hs.fullExpandPosition = 'bottom right';
	hs.fullExpandOpacity = 1;
	hs.showCredits = false;
	hs.creditsHref = '';
	hs.enableKeyListener = false;
	hs.openerTagNames = ['a'];
	
	hs.allowWidthReduction = false;
	hs.allowHeightReduction = true;
	hs.preserveContent = false;
	hs.objectLoadTime = 'before';
	hs.cacheAjax = false;
	hs.dragByHeading = true;
	hs.minWidth = 200;
	hs.minHeight = 200;
	hs.allowSizeReduction = true;
	hs.outlineType = 'drop-shadow';
	
