/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '../highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.6;
hs.dimmingDuration = 200;
hs.fadeInOut = true;
hs.easing = 'linearTween';
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.title';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 4000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.7',
		position: 'top center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

// Slovak language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: '',
	loadingTitle: '',
	focusTitle: '',
	fullExpandTitle: '',
	creditsText: 'Powered by <i>Highslide JS</i>',
	creditsTitle: '',
	previousText: '',
	nextText: '',
	moveText: '',
	closeText: '',
	closeTitle: '',
	resizeTitle: '',
	playText: '',
	playTitle: '',
	pauseText: '',
	pauseTitle: '',
	previousTitle: '',
	nextTitle: '',
	moveTitle: '',
	fullExpandText: '',
	number: 'Obrázok %1 z %2',
	restoreTitle: ''
};

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

