/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.easing = 'easeInCirc';
hs.expandDuration = 400;
hs.restoreDuration = 400;
hs.transitionDuration = 500;
hs.numberOfImagesToPreload = 8;
hs.align = 'center';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top 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: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = { slideshowGroup: 'group1', transitions: ['expand', 'crossfade']};
var config2 = {
	slideshowGroup: null,
	outlineType:null,
	allowMultipleInstances:false,
	align : 'center',
	transitions : ["fade"],
	width : 605,
	height : 505,
	allowSizeReduction : false,
	dimmingOpacity : 0.60,
	dimmingDuration : 0,
	transitionDuration:0,
	expandDuration:0,
	restoreDuration:0,
	preserveContent:false,
	onDimmerClick : function() {return false;}
};
