/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/highslide/graphics/';

hs.showCredits = false;

hs.outlineType = 'custom';

hs.dimmingOpacity = 0.75;

hs.fadeInOut = true;

hs.easing = 'linearTween';

hs.expandDuration = 375;

hs.restoreDuration = 375;

hs.outlineWhileAnimating = 0;

hs.align = 'center';

hs.useBox = true;

hs.width = 1024;

hs.height = 700;

hs.captionEval = 'this.a.title';

hs.registerOverlay({

//	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',

//	position: 'bottom right',

//	useOnHtml: true,

	fade: 2 // fading the semi-transparent overlay looks bad in IE

});







// Add the slideshow controller

hs.addSlideshow({

	slideshowGroup: 'group1',

	interval: 5000,

	repeat: false,

	useControls: true,

	fixedControls: 'fit',

	overlayOptions: {

		className: 'large-dark',

		opacity: '0.6',

		position: 'bottom center',

		offsetX: '0',

		offsetY: '-15',

		hideOnMouseOut: true

	},

	thumbstrip: {

		mode: 'horizontal',

		position: 'above',

		relativeTo: 'image'

	}



});



// gallery config object

var config1 = {

	slideshowGroup: 'group1',

	transitions: ['expand', 'crossfade']

};


// gallery config object

var config2 = {

	slideshowGroup: 'group2',

	transitions: ['expand', 'crossfade']

};

