hs.graphicsDir = '/framework/Highslide/files/version-4.1.8/graphics/'
hs.outlineType = 'beveled'
hs.transitions = ["expand", "crossfade"];
hs.dimmingOpacity = 0.85;
hs.showCredits = false;
hs.maxHeight = 600;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: 'topImages',
	interval: 2500,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: 'cottageGallery',
	interval: 4000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .85,
		position: 'bottom center',
		hideOnMouseOut: false
	}
});

