
// Galerie když je jedna na stránce (použito všude kde je jedna fotogalerie)
var galConfig1 = {
	slideshowGroup: 'gallery01', 
	captionEval: 'this.thumb.alt', 
	align: 'center',
	transitions: ['expand', 'crossfade'], 
	numberPosition: 'caption',
	dimmingOpacity: 0.0
};

hs.addSlideshow({
	slideshowGroup: 'gallery01', 
	interval: 5000, 
	repeat: false, 
	useControls: true, 
	fixedControls: 'fit', 
	overlayOptions: {
		opacity: .8,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

