



//diapo
hs.graphicsDir = 'images/graphics/';
//hs.align = 'right';
hs.transitions = ['fade'];
hs.preserveContent = false;
hs.outlineType = null;
//hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.targetX = 'my-target 0px';
hs.targetY ='my-target 0px';
//hs.dimmingOpacity = 0.75;
//hs.marginTop = 170;
//hs.marginLeft = 35;
//hs.minWidth = 200;
//hs.padToMinWidth = true;

hs.width = 567;


if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: 'group2',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity:2,
			position: 'top center',
		hideOnMouseOut: false
	}
});  
