/**
*	Site-specific configuration settings for Highslide JS
*/


hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Načítám...',
	loadingTitle : 'Kliknutím zastavíte',
	focusTitle : 'Kliknutím posunete dopředu',
	fullExpandTitle : 'Plná velikost (f)',
	creditsText : 'Powered by <i>Highslide JS</i>',
	creditsTitle : 'Go to the Highslide JS homepage',
	previousText : 'Předchozí',
	nextText : 'Další', 
	moveText : 'Přesunout',
	closeText : 'Zavřít', 
	closeTitle : 'Zavřít (esc)', 
	resizeTitle : 'Velikost',
	playText : 'Přehrát',
	playTitle : 'Přehrát prezentaci (mezervník)',
	pauseText : 'Pozastavit',
	pauseTitle : 'Pozastavit prezentaci (spacebar)',
	previousTitle : 'předchozí (šipka doleva)',
	nextTitle : 'další (šipka doprava)',
	moveTitle : 'Přesunout',
	fullExpandText : '1:1',
	restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.'
};

hs.graphicsDir = '/public/scripts/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.easing = 'easeInCirc';
hs.transitionDuration = 100;
hs.align = 'center';
hs.allowSizeReduction = true;
hs.minWidth = 800;
hs.minHeight = 600;
hs.maxWidth = 800;
hs.maxHeight = 600;
hs.marginTop = 0;
hs.marginRight = 0;
hs.marginBottom = 5000;
hs.marginLeft = 0;
hs.useBox = true;
hs.width = 800;
hs.height = 600;
hs.captionOverlay.position = 'below';

hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});



//Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.7',
		position: 'top center',
		offsetX: '0',
		offsetY: '-20',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'right',
		relativeTo: 'viewport'
	}

});



// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'heading',
	transitions: ['expand', 'crossfade']
};
