/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'graphics/';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = 0.5;
hs.fadeInOut = true;
hs.align = 'center';
hs.useBox = true;
hs.width = 850;
hs.height = 760;
hs.captionOverlay.position = 'bottom center';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'top center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'below',
		relativeTo: 'image'
	}

});

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

