hs.graphicsDir = serverurl+'/includes/js/highslide/highslide/graphics/';
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    hs.outlineType = 'glossy-dark';
    hs.showCredits = false;
    hs.lang.loadingText = jslang['#LANG_toltes#']+'...';
    hs.lang.loadingTitle = jslang['#LANG_toltes#']+'';
    hs.lang.playTitle = jslang['#LANG_diavetites_indit#']+'';
    hs.lang.pauseTitle = jslang['#LANG_diavetites_szuneteltetes#']+'';
    hs.lang.closeTitle = jslang['#LANG_bezarashoz_klikk#']+'';
    hs.lang.fullExpandTitle = jslang['#LANG_megnyitas_nagy_nezetben#']+'';
    hs.lang.previousTitle = jslang['#LANG_elozo_balranyil#']+'';
    hs.lang.nextTitle = jslang['#LANG_kovetkezo_jobbranyil#']+'';
    hs.lang.moveTitle = jslang['#LANG_mozgatas#']+'';
    hs.lang.moveText = jslang['#LANG_mozgatas#']+'';
    hs.lang.restoreTitle = jslang['#LANG_bezarashoz_klikk#']+'';
    hs.lang.number = '%1/%2';
    hs.fadeInOut = true;
    hs.dimmingOpacity = 0.6;
//	hs.wrapperClassName = 'dark';
//	hs.captionEval = 'this.a.title';
    hs.numberPosition = 'caption';
    
    // Add the controlbar
    if (hs.addSlideshow) hs.addSlideshow({
      //slideshowGroup: 'group1',
      interval: 3000,
      repeat: false,
      useControls: true,
      fixedControls: 'fit',
      overlayOptions: {
        opacity: .6,
        position: 'bottom center',
        hideOnMouseOut: true
      },
  		thumbstrip: {
  			position: 'above',
  			mode: 'horizontal',
  			relativeTo: 'expander',
  			height: '80px',
        width: '100%'  
  		}
    }); 
