/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/media/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.alt';
hs.numberPosition = 'caption';
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.transitions = ['expand', 'crossfade'];
hs.lang.number = '%1 / %2';

// html popups
var popup = {
    width: 300,
    height: 300
}

var galleryImage = {
    width: 918,
    height: 410,
    useBox: true
}

// gallery config object
var singleImage = {
    //slideshowGroup: 'group1',
    dimmingOpacity: null,
    numberPosition: false
}
