/**
*        Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
showCredits : false,
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
/* hs.wrapperClassName = 'dark'; */
hs.dimmingOpacity = 0.65;
hs.fadeInOut = true;
hs.align = 'justify';
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'below';
hs.marginTop = 50;
hs.marginRight = 25;
hs.marginBottom = 25;
hs.marginLeft = 25;
hs.useBox = true;
hs.width = 800;
hs.height = 600;
hs.headingEval = 'this.thumb.title';
// Add the slideshow controller
hs.addSlideshow({
        slideshowGroup: 'group1',
        interval: 5000,
        repeat: false,
        useControls: true,
        fixedControls: 'fit',
        overlayOptions: {
                className: 'large-dark',
                opacity: '0.7',
                position: 'top right',
                offsetX: '0',
                offsetY: '-27',
                hideOnMouseOut: false
        }
});
// German language strings
hs.lang = {
        cssDirection: 'ltr',
        loadingText: 'Bild wird geladen',
        loadingTitle: 'Klick zum Abbrechen',
        focusTitle: 'Klick um nach vorn zu bringen',
        fullExpandTitle: 'Zur Originalgröße erweitern',
        creditsText: '(c) NAK Gemeinde Berlin-Sch&ouml;neberg',
        creditsHref : '',
        previousText: 'voriges',
        nextText: 'nächstes',
        moveText: 'verschieben',
        closeText: 'Schließen',
        closeTitle: 'Schließen (ESC)',
        resizeTitle: 'Größe wiederherstellen',
        playText: 'abspielen',
        playTitle: 'Diashow abspielen (Leertaste)',
        pauseText: 'Pause',
        pauseTitle: 'Diashow pausieren (Leertaste)',
        previousTitle: 'voriges Bild (Pfeiltaste links)',
        nextTitle: 'nächstes Bild (Pfeiltaste rechts)',
        moveTitle: 'Bild verschieben',
        fullExpandText: 'Vollbild',
        number: 'Bild %1 von %2',
        restoreTitle: 'Fenster schließen'
};
// gallery config object
var config1 = {
        slideshowGroup: 'group1',
        numberPosition: 'caption',
        transitions: ['expand', 'crossfade']
};
