/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'graphics/';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = .6;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.numberOfImagesToPreload = 10;


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-60',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

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