var mygallery=new fadeSlideShow({
	wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [857, 296], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["slideshow-photos/special1.jpg", "", "", " &nbsp; &nbsp;  Special Events"],
		["slideshow-photos/special2.jpg", "", "", " &nbsp; &nbsp;  Special Events"],
		["slideshow-photos/special6.jpg", "", "", " &nbsp; &nbsp;  Special Events"],
		["slideshow-photos/special3.jpg", "", "", " &nbsp; &nbsp;  Special Events"],
		["slideshow-photos/special4.jpg", "", "", " &nbsp; &nbsp;  Special Events"],
		["slideshow-photos/special5.jpg", "", "", " &nbsp; &nbsp;  Special Events"]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
