var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 686], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://amerigo.net/images/indexrotation/index-bg-slide-pasta-di-mare-IMG_3136-edit.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-lasagna-IMG_3152-edit.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-pizza-ham-IMG_3011-edit.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-tortellini-IMG_3035-edit.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-tiramisu_1504.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-panini-editedCU_MG_3167.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-cheesepuffs_1401.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-exterior-CSJuly2010.jpg"],
		["http://amerigo.net/images/indexrotation/index-bg-slide-interior-103pics2.jpg"]  //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
