hs.align = 'center';

hs.dimmingOpacity = 0.75;
	// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{

    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}

	);
    hs.graphicsDir = './clientscript/highslide/graphics/';
    hs.outlineType = 'rounded-white';

//hs.wrapperClassName = 'glossy-dark';
//hs.outlineType = 'glossy-dark';


var galleryOptions = {
	slideshowGroup: 'gallery',
	wrapperClassName: 'highslide-white',
	outlineType: 'rounded-white',
	dimmingOpacity: 0.75,
	align: 'center',
	transitions: ['expand', 'crossfade']
};
