/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '../highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 1;
hs.dimmingDuration = 250;
hs.fadeInOut = true;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];


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

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

