/*
 * HIGHSLIDE 1.4.8
 *
 * Settings
 */
hs.graphicsDir = '/js/u/highslide/graphics/';
hs.showCredits = false;
hs.creditsHref = '';
hs.transitions = ['expand', 'crossfade'];
hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.alt'; 
hs.numberPosition = 'caption';
hs.marginBottom = 105; // make room for the thumbstrip and the controls

hs.align = 'center';
hs.dimmingOpacity = 0.8;

hs.lang.creditsText = '';
hs.lang.creditsTitle = '';
hs.preserveContent = false;

hs.addSlideshow({  
    slideshowGroup: ["gallery"],
     interval: 5000,
     useControls:  true,
     fixedControls: 'fit',
    overlayOptions: {
		className: 'text-controls',
		position: 'bottom center',
		relativeTo: 'viewport',
		offsetY: -60
     },
    thumbstrip: {
         position: 'bottom center',
         mode: 'horizontal',
         relativeTo: 'viewport'
    }
});
