      hs.dimmingOpacity = 0.80;
      hs.fadeInOut = true;
      hs.align = 'center';
      hs.marginBottom = 105;
      hs.captionEval = 'this.a.title';

      // Add the slideshow controller
      hs.addSlideshow({
      	slideshowGroup: 'highslide_slideshow_group',
      	interval: 1000,
      	repeat: false,
      	useControls: true,
      	fixedControls: false,
      	overlayOptions: {
      		className: 'text-controls',
      		opacity: '1',
      		position: 'bottom center',
      		offsetX: '0',
      		offsetY: '-60',
      		relativeTo: 'viewport',
      		hideOnMouseOut: false
      	},
      	thumbstrip: {
      		mode: 'horizontal',
      		position: 'bottom center',
      		relativeTo: 'viewport'
      	}

      });

      // Language strings
      hs.lang.cssDirection = 'ltr';
      hs.lang.loadingText = 'Töltés...';
      hs.lang.loadingTitle = 'Klikk a bezáráshoz';
      hs.lang.focusTitle = 'Klikk az elöre hozáshoz';
      hs.lang.fullExpandTitle = 'Teljes méret (f)';
      hs.lang.creditsText = '';
      hs.lang.creditsTitle = '';

      hs.lang.previousText = 'Elözö';
    	hs.lang.nextText = 'Következö';
    	hs.lang.moveText = 'Mozgat';
    	hs.lang.closeText = 'Bezárás';
    	hs.lang.closeTitle = 'Bezárás (esc)';
    	hs.lang.resizeTitle = 'Átméretez';
    	hs.lang.playText = 'Indítás';
    	hs.lang.playTitle = 'Diavetítés indítása (szóköz)';
    	hs.lang.pauseText = 'Szünet';
    	hs.lang.pauseTitle = 'Diavetítés szüneteltetése (szóköz)';
    	hs.lang.previousTitle = 'Elözö (bal nyíl)';
    	hs.lang.nextTitle = 'Következö (jobb nyíl)';
    	hs.lang.moveTitle = 'Áthelyez';
    	hs.lang.fullExpandText = 'Teljes méret';
//    	hs.lang.number = '%1/%2';

      hs.lang.restoreTitle = 'Klikk a bezáráshoz, húzd a mozgatáshoz. Nyilakkal: elozo, következo.';

      hs.graphicsDir = '/design/style/highslide/graphics/';
      hs.expandCursor = 'zoomin.cur'; // null disables
      hs.restoreCursor = 'zoomout.cur'; // null disables
      hs.expandDuration = 250; // milliseconds
      hs.restoreDuration = 250;
      hs.marginLeft = 15;
      hs.marginRight = 15;
      hs.marginTop = 15;
      hs.marginBottom = 100;
      hs.zIndexCounter = 1001; // adjust to other absolutely positioned elements
      hs.loadingOpacity = 0.80;
      hs.allowMultipleInstances= false;
      hs.numberOfImagesToPreload = 5;
      hs.outlineWhileAnimating = 2; // 0 = never, 1 = always, 2 = HTML only
      hs.outlineStartOffset = 3; // ends at 10
      hs.padToMinWidth = false; // pad the popup width to make room for wide caption
      hs.fullExpandPosition = 'bottom right';
      hs.fullExpandOpacity = 1;
      hs.showCredits = false; // you can set this to false if you want
      hs.creditsHref = 'http://phlox.sytes.net/';
      hs.enableKeyListener = true;
      hs.openerTagNames = ['a']; // Add more to allow slideshow indexing

      hs.dragByHeading= true;
      hs.minWidth= 200;
      hs.minHeight= 200;
      hs.allowSizeReduction= true; // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
      hs.outlineType = 'drop-shadow'; // set null to disable outlines
      hs.wrapperClassName = 'highslide-wrapper'; // for enhanced css-control

      // gallery config object
      var highslide_gallery = {
      	slideshowGroup: 'highslide_slideshow_group',
      	transitions: ['expand', 'crossfade']
      };

