/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 1;
hs.dimmingDuration = 600;
hs.fadeInOut = true;
hs.easing = 'linearTween';
hs.expandDuration = 600;
hs.restoreDuration = 300;
hs.transitionDuration = 200;
hs.align = 'center';
hs.padToMinWidth = true;
hs.maxWidth = 1000;
hs.maxHeight = 800;
hs.marginRight = 80;
hs.marginBottom = 70;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'below';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 6000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.7',
		position: 'bottom center',
		offsetX: '-30',
		offsetY: '-5',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'middle right',
		relativeTo: 'viewport'
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

