/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.7;
hs.align = 'center';
hs.allowSizeReduction = false;
hs.padToMinWidth = true;
hs.minWidth = 0;
hs.minHeight = 0;
hs.marginTop = 0;
hs.marginRight = 0;
hs.marginBottom = 0;
hs.marginLeft = 0;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;
hs.numberOfImagesToPreload = 25;


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: 0.75,
		position: 'bottom center',
		offsetX: 0,
		offsetY: -10,
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'gallery-opener',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};

