/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '../highslide/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.marginBottom = 105;
hs.captionEval = 'this.a.title';
hs.numberPosition = 'caption';

// Add the slideshow controller
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1',
		position: 'bottom center',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

    });

// Czech language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Nacita se...',
	loadingTitle: 'Klikni pro zruseni',
	focusTitle: 'Klikni pro prenesení do popredi',
	fullExpandTitle: 'Zvetsit na puvodni velikost',
	creditsText: ' Pro <i>Kokos team</i> sestavil <i>JISTIC</i> ',
	creditsTitle: 'Prejit na galerie Kokos teamu',
	previousText: 'Predesli',
	nextText: 'Nasledujici',
	moveText: 'Presunout',
	closeText: 'Zavrit',
	closeTitle: 'Zavrit (esc)',
	resizeTitle: 'Zmenit velikost',
	playText: 'Prehrat',
	playTitle: 'Prehrat slideshow (mezernik)',
	pauseText: 'Pozastavit',
	pauseTitle: 'Pozastavit slideshow (mezernik)',
	previousTitle: 'Predesli (sipka vlevo)',
	nextTitle: 'Nasledujici (sipka vpravo)',
	moveTitle: 'Presunout',
	fullExpandText: 'Puvodní velikost',
	number: 'Obrazek %1 z %2',
	restoreTitle: 'Klikni pro zavreni obrazku, klikni a tahni pro jeho presunuti. Pouzij sipky na klavesnici pro presun na nasledujici a predchazejici.'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

