

	// Add the controlbar
	if (gs.addSlideshow) gs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 4000,
		repeat: true,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 0.75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
});	

    // set options selected in the Boxer Highslide JS tab	
    gs.graphicsDir = 'res_gallery/graphics/';
    gs.outlineType = 'outer-glow';
    gs.showCredits = false;
    gs.autoplay = false;
    gs.dimmingDuration = 200;
    gs.fadeInOut = true;
    gs.align = 'center';
    
    
    gs.transitions = ['expand', 'crossfade'];
    
    
    gs.numberOfImagesToPreload = "7";
    gs.dimmingOpacity = "0.5"
    
        
            gs.easing = "easeOutBack";
            gs.easingClose = "easeInBack";
            
            gs.expandDuration = 250;
            gs.restoreDuration = 250;
            
        
    
    // HTML extension for folder, PDF and other popups
    gs.width = 768;
    gs.height = 720;
    gs.minWidth = 200;
    gs.minHeight = 200;
    gs.objectHeight = 700;
    gs.objectWidth = 768;
    gs.objectLoadTime = 'after';
    gs.headingEval = 'this.a.name';
    gs.headingOverlay.position = 'top';
    gs.headingOverlay.width = '100%';
    gs.headingOverlay.hideOnMouseOut = false;
// translate text from the Boxer Translate tab
gs.lang = {
   cssDirection:     'ltr',
   loadingText :     "Nacítám...",
   loadingTitle :    "Kliknutím ukoncit",
   focusTitle :      "Click to bring to front",
   fullExpandTitle : "Puvodní velikost",
   fullExpandText :  "Puvodní velikost",
   creditsTitle :    'Go to the Highslide JS Homepage',
   previousText :    "Predchozí (levá šipka)",
   previousTitle :   "Predchozí (levá šipka)",
   nextText :        "Další (pravá šipka)",
   nextTitle :       "Další (pravá šipka)",
   moveTitle :       "Podržet a pretáhnout",
   moveText :        "",
   closeText :       "",
   closeTitle :      "Zavrít",
   resizeTitle :     "Obnovit velikost",
   playText :        "Prehrát (spacebar)",
   playTitle :       "Prehrát (spacebar)",
   pauseText :       "Pausa (spacebar)",
   pauseTitle :      "Pausa (spacebar)",
   number :          '%1/%2',
   restoreTitle :    "Levé tlacítko - kliknutím zavrít obrázek, podržením pretáhnout. Pravé tlacítko - kopírování."
};




	_jaWidgetBarColor = "white";



