/*
title:		site-specific configuration settings for highslide js
author:     campbell@scdny.com
*/

	hs.graphicsDir = '/highslide/graphics/';
	hs.align = 'center';
	hs.anchor = 'center';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 1.0;
	hs.dimmingDuration = 0;
	hs.showCredits = false;
	hs.transitions = ['expand', 'crossfade'];
	hs.wrapperClassName = 'dark borderless floating-caption';

