/*
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.patopazzo.com/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.7 ;

hs.enableKeyListener = false;
hs.preserveContent = false;
hs.align = 'center';
hs.lang = {
closeTitle : 'Close',
fullExpandTitle : 'Expand to actual size',
restoreTitle : 'Click to close image, click and drag to move',
};
hs.dynamicallyUpdateAnchors = false;
hs.width = 470;

