/**
*	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.align = 'center';
hs.marginBottom = 105;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
//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: 3000,
	repeat: true,
	useControls: true,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1',
		position: 'top right',
		offsetX: '45',
		offsetY: '-25',
		hideOnMouseOut: false
	}


});

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

