	hs.graphicsDir = '../highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	hs.lang = {
		cssDirection: 'ltr',
		loadingText : 'Nahráva...',
		loadingTitle : 'Klikni na zrušenie cancel',
		focusTitle : 'Click to bring to front',
		fullExpandTitle : 'Zmeň na aktuálnu veľkosť (f)',
		creditsText : '',
		creditsTitle : 'Go to the Highslide JS homepage',
		previousText : 'Späť',
		nextText : 'Ďalší', 
		moveText : 'Presuň',
		closeText : 'Zavrieť', 
		closeTitle : 'Zavrieť (esc)', 
		resizeTitle : 'Zmeň veľkosť',
		playText : 'Spusti',
		playTitle : 'Spusti slideshow (medzerník)',
		pauseText : 'Pozastav',
		pauseTitle : 'Pozastav slideshow (medzerník)',
		previousTitle : 'Predošlá foto (tlačidlo vľavo)',
		nextTitle : 'Ďalšia foto (tlačidlo vpravo)',
		moveTitle : 'Presuň',
		fullExpandText : '1:1',
		number: 'Obrázok %1 z %2',
		restoreTitle : 'Klikni'
	};	
 
	// Add the controlbar
	hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: false
	}
	});

	
