	hs.graphicsDir = 'js/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.lang.number = 'Zdjęcie %1 z %2';
	hs.lang = {
		loadingText :     'Ładowanie ...',
		loadingTitle :    'Kliknij aby anulować',
		focusTitle :      'Kliknij aby uaktywnić',
		fullExpandTitle : 'Do oryginalnej wielkości',
		fullExpandText :  'Powiększ',
		creditsText :     'Powered by <i>Highslide JS</i>',
		creditsTitle :    'Przejdź do strony Highslide JS',
		previousText :    'Poprzedni',
		previousTitle :   'Link do poprzedniej pozycji',
		nextText :        'Następny',
		nextTitle :       'Link do następnej pozycji',
		moveTitle :       'Przesuń',
		moveText :        'Przesuń',
		closeText :       'Zamknij',
		closeTitle :      'Zamknij (Esc)',
		resizeTitle :     'Zmień rozmiar',
		playText :        'Graj',
		playTitle :       'Uruchom pokaz slajdów',
		pauseText :       'Pauza',
		pauseTitle :      'Zatrzymaj pokaz',
		number :          'Zdjęcie %1 z %2'/*,
		restoreTitle :    'Klick um das Bild zu schließen, klick und ziehe um zu verschieben. Benutze Pfeiltasten für vor und zurück.'*/
	};
	hs.outlineType = 'glossy-dark';
	hs.fadeInOut = true;
	hs.numberPosition = 'caption';
	hs.dimmingOpacity = 0.75;
	hs.showCredits = false;
	hs.fadeInOut = true;
	hs.minWidth = 600;
	hs.minHeight = 450;
	hs.maxWidth = 600;
	hs.maxHeight = 450;
//	hs.allowWidthReduction = false;
//	hs.allowHeightReduction = false;

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: true,
		overlayOptions: {
			opacity: .6,
			position: 'top center',
			hideOnMouseOut: true
		}
	});

