/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/css/highslide-graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.8;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.captionEval = 'this.thumb.alt';
hs.transitions = ['expand', 'crossfade'];
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
if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: ['group1','group2','group3','group4','group5','group6','group7','group8','group9','group10'],
	autoplay: true,
	interval: 4000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-60',
		relativeTo: 'viewport'
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}
});


