hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.outlineWhileAnimating = 1;
hs.align = 'center';
hs.targetY = 'content -35px';
hs.allowSizeReduction = false;
hs.minWidth = 0;
hs.minHeight = 0;
hs.marginTop = 0;
hs.marginRight = 0;
hs.marginBottom = 0;
hs.marginLeft = 0;
hs.useBox = true;
hs.width = 988;
hs.height = 640;
hs.allowMultipleInstances = false;
hs.enableKeyListener = true;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="$(\'iframe\').contents().find(\'#page-order\').hide();	$(\'iframe\').contents().find(\'#page-success\').hide(); $(\'iframe\').contents().find(\'#page-descr\').show();	hs.close(this);	return false" title="Закрыть"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
