/**	Site-specific configuration settings for Highslide JS **/
// gallery config object
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'top right';
hs.outlineType = 'custom';
hs.allowSizeReduction = false;
hs.fadeInOut = true;
hs.align = 'center';
hs.headingEval = 'this.thumb.title';
hs.headingOverlay.position = 'below';

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 4000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'below',
		offsetX: '0',
		offsetY: '0',
		relativeTo: 'image',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'image'
	}
});
// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'gallery-opener',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

