hs.graphicsDir = '/js/u/highslide/graphics/';
hs.showCredits = false;
hs.creditsHref = '';
hs.transitions = ['expand', 'crossfade'];
hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
hs.outlineType = 'rounded-white';
hs.align = 'center';
hs.dimmingOpacity = 0.01;

hs.lang.creditsText = '';
hs.lang.creditsTitle = '';
hs.preserveContent = false;

hs.Expander.prototype.onAfterExpand = function (sender) {
  $(".highslide-close").html('<a href="#" title="Close" onclick="return hs.close(this)"><span>Close</span></a>');
};