
hs.graphicsDir = 'fisch/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.65;
hs.fadeInOut = true;
hs.align = 'center';
hs.captionEval = 'this.a.title';



hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '100',
		hideOnMouseOut: false
	}
});


var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'thumb1',
	numberPosition: 'caption',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
