/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://studioforma.com.pl/wp-content/themes/studioforma/js/highslide/graphics/';
hs.outlineType = 'custom';
hs.showCredits = false;
hs.dimmingOpacity = 0.75;
hs.align = 'center';
hs.captionEval = 'this.a.title';
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
});

