/**
*	Site-specific configuration settings for Highslide JS
*/
	hs.align = 'center';
	hs.graphicsDir = '/webmgr/templates/assets/js/highslide/graphics/';
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.a.title';
	hs.wrapperClassName = 'draggable-header';
	hs.showCredits = false;
	// always use this with flash, else the movie will be stopped on close:
	hs.preserveContent = false;

