var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [280,331], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		// ORIGINAL SLIDES...
		//["images/PaPride_upper-left_INSET-1.jpg"],
		//["images/PaPride_upper-left_INSET-2.jpg"],
		//["images/PaPride_upper-left_INSET-3.jpg"]
		// SPRING SLIDES...
		//["images/PaPride_upper-left_INSET-4.jpg"],
		//["images/PaPride_upper-left_INSET-5.jpg"],
		//["images/PaPride_upper-left_INSET-6.jpg"]
		// FALL SLIDE(s)...
		//["images/PaPride_upper-left_INSET-7.jpg"] // FALL
		//["images/PaPride_upper-left_INSET-NOEL.jpg"] // CHRISTMAS
		["images/PaPride_upper-left_INSET-WINTER-1a.jpg"] // WINTER
	],
	displaymode: {type:'auto', pause:4500, cycles:Infinity, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

