
// Add the controlbar

hs.registerOverlay({
    	overlayId: 'controlbar',
    	position: 'top right',
    	hideOnMouseOut: true
	});

hs.graphicsDir = '/entercms/base_classes/highslide/highslide/graphics/';
hs.creditsText = '';
hs.creditsTitle = '';

hs.fadeInOut = true;
hs.align = "center";
hs.outlineType = 'rounded-white';
hs.numberPosition = 'caption';
hs.lang.number = 'Image %1 van %2';
hs.captionEval = 'this.thumb.alt';
hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

