var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [940, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/fader/001.png", "", "", ""],
		["images/fader/002.png", "", "", ""],
		["images/fader/003.png", "", "", ""],
		["images/fader/004.png", "", "", ""],
		["images/fader/005.png", "", "", ""],
		["images/fader/006.png", "", "", ""],
		["images/fader/007.png", "", "", ""],
		["images/fader/008.png", "", "", ""],
		["images/fader/009.png", "", "", ""],
		["images/fader/010.png", "", "", ""],
		["images/fader/011.png", "", "", ""]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
