/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.last-memories.com/highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.alt';
hs.headingEval = 'this.thumb.title';
hs.headingOverlay.position = 'above';
hs.dragByHeading = false;
hs.objectLoadTime = 'after';
hs.preserveContent = false;
hs.onDimmerClick = function() {
      return false;
   }


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};
