var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", 
	dimensions: [600, 200], 
	imagearray: [
		["layout/1.jpg"],
		["layout/2.jpg"],
		["layout/3.jpg"],
		["layout/4.jpg"] 
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
