/**
*	Site-specific configuration settings for Highslide JS
*/
 
hs.graphicsDir = '/includes/highslide/graphics/';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.captionEval = 'this.a.title';
hs.captionText = 'this.a.title';
hs.maxHeight = '500';

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};


