hs.skin.contentWrapper =
'<div class="highslide-header" style="text-align:right;" >'+
'<a href="#" title="{hs.lang.closeTitle}" '+
'onclick="return hs.close(this)">'+
'<span><img src="/images/icons/close.gif" style="width:15px; height:15px; border:0px solid black;" /></span></a>'+
'</div>'+
'<div class="highslide-body"></div>'+
'<div class="highslide-footer"></div>'+
'</div></div>';

hs.addSlideshow({
  slideshowGroup: 'group1',
  interval: 4000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: .75,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});

// The simple semitransparent close button overlay
hs.registerOverlay({
  slideshowGroup: 'group1',
  overlayId: 'closebutton',
  position: 'top right',
  fade: 2
});

hs.dimmingOpacity = 0.75;
hs.dimmingDuration = 2;
hs.transitions = ['expand', 'fade'];
hs.align = 'center';
hs.graphicsDir = ((window.location.protocol.indexOf('https:')==0) ? '':'http://images.gilletts.com.au') + '/images/highslide/';
hs.outlineType = 'rounded-white';
hs.zIndexCounter = 10000;
hs.height = 340
hs.minWidth = 720
//hs.preserveContent = true;
hs.cacheAjax = false;
hs.showCredits = false;
hs.allowSizeReduction = false;
if (window.location.pathname.indexOf('/gilletts_pandora.php') == 0) hs.allowMultipleInstances = false;
hs.wrapperClassName = 'highslide-no-border';
hs.Expander.prototype.getCacheBinding = function() { return null; }
