
hs.graphicsDir = '/ro/highslide/graphics/';
hs.outlineWhileAnimating = true;
hs.showCredits = false;
hs.allowMultipleInstances = false;
hs.dimmingOpacity = 0.5;
hs.allowSizeReduction = false;
hs.allowWidthReduction = false;
hs.allowHeightReduction = false;
hs.align = 'center';
hs.enableKeyListener = true;

//hs.dimmingDuration = 0;
//hs.cacheAjax = false;

var galleryOptions = {
  slideshowGroup: 'gallery',
  dimmingOpacity: 0.5,
  align: 'center',
  transitions: ['expand', 'crossfade'],
  outlineType: 'rounded-white',
  allowSizeReduction: true
};

if (hs.addSlideshow) hs.addSlideshow({
  slideshowGroup: 'gallery',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: 0.75,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});

