hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.7;
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.captionEval = 'this.a.title';

$(document).ready(function() {

      $('#coda-slider-1').codaSlider({
          dynamicArrows: false,
          dynamicTabs: false,
          autoSlide: true,
          autoSlideInterval: 5000,
          autoSlideStopWhenClicked: true
          });

      $('.zoom').click(function() {
        return hs.expand(this, {
           wrapperClassName: 'rounded-white',
           outlineType : 'rounded-white',
           align : 'center',
           transitions : ['expand', 'crossfade'],
           fadeInOut: true
        });
      });

});
