/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.davidlindner.com/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = 1;
hs.fadeInOut = true;
hs.expandDuration = 0;
hs.restoreDuration = 0;
hs.transitionDuration = 800;
hs.outlineWhileAnimating = 0;
hs.numberOfImagesToPreload = 7;
hs.align = 'center';
hs.marginBottom = 95;
hs.allowMultipleInstances = false;
hs.captionEval = 'this.a.title';
hs.dragByHeading = false;
hs.dragHandler=null;
hs.transitions = ['expand', 'crossfade'];
hs.captionOverlay.position = 'bottom right';



// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	autoplay: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		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',
	transitions: ['expand', 'crossfade']
};

