/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://helencomerford.com/wp-content/plugins/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';
hs.registerOverlay({
  html: '',
  position: 'top right',
  useOnHtml: true,
  fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.numberPosition = 'heading';
hs.transitions = ['expand', 'crossfade'];


// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.65',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-75',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

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

