hs.maxWidth = 800;
hs.maxHeigh = 600;
hs.showCredits = false;
hs.fadeInOut = true;
hs.numberPosition = 'caption';
// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow
	({
		//slideshowGroup: 'group1',
			interval: 5000,
			repeat: false,
			useControls: true,
			fixedControls: 'fit',
			overlayOptions: {opacity: .75, position: 'bottom center', hideOnMouseOut: true}
	})
