
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [210, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/quotes/1.png"],
		["/images/quotes/2.png"],
		["/images/quotes/3.png"],
		["/images/quotes/4.png"],
		["/images/quotes/5.png"],
		["/images/quotes/6.png"],
		["/images/quotes/7.png"],
		["/images/quotes/8.png"], 
		["/images/quotes/9.png"], 
		["/images/quotes/10.png"] 		
],
	displaymode: {type:'auto', pause:20000, cycles:1, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow1toggler"
})
