/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/scripts/highslide/graphics/';
hs.creditsPosition = 'bottom right';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.85;
hs.fadeInOut = true;
hs.align = 'center';
hs.showCredits = false;
hs.numberOfImagesToPreload = 20;
hs.padToMinWidth = false;
hs.marginBottom = 70;
hs.marginLeft = 100;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
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: 'large-dark',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

