//2a7dc241cea9bad34f85cb51f23b4b48
hs.graphicsDir = 'graphics/';
hs.align = 'top';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = null;
//hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.75;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 3000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: false
}
}); 
