/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.transitionDuration = 500;
hs.align = 'center';
hs.marginBottom = 40;
hs.marginLeft = 230;
hs.dragByHeading = false;


// 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: '-10',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'left',
		relativeTo: 'viewport'
	}

});

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

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



