var mygallery=new fadeSlideShow({
	wrapperid: "cornershow", //ID of blank DIV on page to house Slideshow
	dimensions: [250, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/index/cornershow/image7.png", "", "", "Room at Salmon Ruins"],
		["images/index/cornershow/image1.png", "", "", "Black on White Pottery"],
		["images/index/cornershow/image2.png", "", "", "Ceramic Painting"],
		["images/index/cornershow/image3.png", "", "", "Great Kiva"],
		["images/index/cornershow/image4.png", "", "", "Hematite Bird Fetish"],
		["images/index/cornershow/image6.png", "", "", "Doorway"],
		["images/index/cornershow/image5.png", "", "", "Tahe Bowl"]
		//<--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: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})

