hs.graphicsDir = '/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
//hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;

	// define the restraining box
//hs.useBox = true;
//hs.width = 640;
//hs.height = 480;

// gallery config object
var config1 = {
    showCredits:false,
	slideshowGroup: 'thumb1',
	transitions: ['expand', 'crossfade']
};

