    hs.showCredits = false;
	hs.flushImgSize = true;
	hs.allowMultipleInstances = true;
    hs.enableKeyListener = true;
	hs.preserveContent = true;
	hs.allowSizeReduction = true;
	hs.expandCursor = null;
	//hs.transitions= ['fade'];
	hs.transitions = ["fade", "crossfade"];
	hs.align = 'center';
		
	hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	
	hideOnMouseOut: false
	
});
	
hs.graphicsDir = 'highslide/graphics/'


overrides = [
	'allowSizeReduction',
	'anchor',
	'align',
	'targetX',
	'targetY',
	'outlineType',
	'outlineWhileAnimating',
	'spaceForCaption',
	'captionId',
	'captionText',
	'captionEval',
	'transitions',
	'dimming',
	'contentId',
	'allowWidthReduction',
	'allowHeightReduction',
	'preserveContent',
	'objectType',	
	'cacheAjax',	
	'objectWidth',
	'objectHeight',
	'objectLoadTime',	
	'swfObject',
	'wrapperClassName',
	'minWidth',
	'minHeight',
	'slideshowGroup'
];
