
Spry.Utils.addLoadListener(function() {

// BeginOAWidget_Instance_2141542: #ImageSlideShow

var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
	widgetID: "ImageSlideShow",
	injectionType: "replace",
	autoPlay: false,
	displayInterval: 4000,
	transitionDuration: 2000,
	componentOrder: ["view", "controls"],
	plugIns: [ Spry.Widget.ImageSlideShow.PanAndZoomPlugin ]
});
// EndOAWidget_Instance_2141542
        

});

