hs.graphicsDir = PROJECT_URL + 'genericComponents/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'fondel2';
hs.align = 'center';
hs.dimmingOpacity = 0.65;
hs.blockRightClick = true;
hs.dimmingGeckoFix = true;
hs.preserveContent = true;
hs.headingEval = 'this.thumb.title';
hs.headingOverlay.position = 'below';
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: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'middle left',
		offsetX: '-20',
		offsetY: '0',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

