 $(document).ready(function(){
      hs.graphicsDir = 'js/highslide-4.1.12/graphics/'; 
      hs.align = 'center';
      hs.fadeInOut = true;
      hs.captionEval = 'this.a.title';
      hs.numberPosition = '';
      hs.creditsText = '';    
      hs.creditsTitle = ''; 
      hs.dimmingOpacity = 0.85;
      hs.wrapperClassName = 'dark borderless floating-caption'; 
        
      hs.registerOverlay({
         html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
         position: 'top right',   
         fade: 2 // fading the semi-transparent overlay looks bad in IE
      });
      
});
