/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;



//hs.registerOverlay({
	//html: '<div class="close-simple-white" onclick="return hs.close(this)" title="Close"></div>',
	//position: 'top right',
	//useOnHtml: false,
	//fade: 2 // fading the semi-transparent overlay looks bad in IE
//});






hs.creditsPosition = 'bottom right';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.marginTop = 15;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.headingEval = 'this.thumb.alt';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'below',
		offsetX: '1',
		offsetY: '-22',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};
