
hs.graphicsDir = 'highslide/graphics/';
hs.wrapperClassName = 'draggable-header';
hs.align = 'center';
hs.height = '450';
hs.width = '550';
hs.fadeInOut = true;
hs.outlineType = 'pixelgeddon'; 
hs.allowSimultaneousLoading = true;

hs.lang.creditsText = '';
hs.lang.creditsTitle = '';

hs.overrides.push('name');

hs.registerOverlay
(
	{
		html: '<div class="closebutton" id="closebutton" onclick="return hs.close(this)">&nbsp;</div>',
		position: 'top right',
		useOnHtml: true,
		fade: 2 // fading the semi-transparent overlay looks bad in IE
	}
);
