/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'res/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.captionEval = 'this.thumb.alt';

hs.registerOverlay({
    html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
    position: 'top right',
    useOnHtml: true,
    fade: 2 // fading the semi-transparent overlay looks bad in IE
});

hs.addSlideshow({
    interval: 5000,
    repeat: false,
    useControls: true,
    fixedControls: false,
    overlayOptions: {
        className: 'text-controls',
        opacity: '1',
        position: 'bottom center',
        offsetX: '0',
        offsetY: '-60',
        relativeTo: 'viewport',
        hideOnMouseOut: false
    },
    thumbstrip: {
        mode: 'horizontal',
        position: 'bottom center',
        relativeTo: 'viewport'
    }
});

var hsconfig1 = {
    slideshowGroup: 'G1',
    numberPosition: 'caption',
    transitions: ['expand', 'crossfade']
};
