/* ---- Highslide ---- */
hs.showCredits = false;
hs.padToMinWidth = true;
hs.allowMultipleInstances = true;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.numberPosition = 'caption';
hs.expandDuration = 550;
hs.restoreDuration = 550;
hs.transitionDuration = 450;
hs.minWidth = 500;
hs.minHeight = 500;
hs.preserveContent = false;
//hs.dimmingOpacity = 0.3;

// Gallery
var galleryOptions = {
slideshowGroup: 'group1',
outlineType: 'rounded-white',
align: 'center',
transitions: ['expand', 'crossfade'],
fadeInOut: true,
wrapperClassName: 'controls-in-heading',
numberPosition: 'caption',
dimmingOpacity: 0.6
};

// Gallery Controlmenu
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 8000,
repeat: false,
useControls: true,
fixedControls: false,
overlayOptions: {
opacity: 1,
position: 'top right',
hideOnMouseOut: false
}

});
