/**
*	Site-specific configuration settings for Highslide JS
*/
//hs.graphicsDir = 'highslide/graphics/';
//hs.showCredits = false;
//hs.outlineType = 'custom';
//hs.easing = 'easeInBack';
//hs.easingClose = 'easeOutBack';
//hs.anchor = 'bottom-right'
//hs.align = 'center';
//hs.marginTop = 5;
//hs.marginRight = 5;
//hs.marginBottom = 5;
//hs.marginLeft = 5;
//hs.numberOfImagesToPreload = 10;
//hs.captionEval = 'this.a.title';
//hs.registerOverlay({
//  html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
//  position: 'top right',
//  useOnHtml: true,
//  fade: 2 // fading the semi-transparent overlay looks bad in IE
//});



hs.graphicsDir = 'highslide/graphics/';
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.align = 'bottom left';
hs.anchor = 'bottom left';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.marginTop = 58;
hs.marginBottom = 5;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'top left';
hs.preserveContent = true;
hs.registerOverlay({
  html: '<div class="close-simple-white" onclick="return hs.close(this)" title="Close">X </div>',
  position: 'top right',
  useOnHtml: true,
  fade: 2 // fading the semi-transparent overlay looks bad in IE
});



