var firstreel=new reelslideshow({
	wrapperid: "slider", //ID of blank DIV on page to house Slideshow
	dimensions: [911,233], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/image05.jpg"], //["image_path", "optional_link", "optional_target"]
		["/images/image03.jpg"],
		["/images/image04.jpg"],
		["/images/image02.jpg"],
		["/images/image06.jpg"]
	],
	displaymode: {type:'auto', pause:3000, cycles:0, pauseonmouseover:true},
	orientation: "h", //Valid values: "h" or "v"
	persist: true, //remember last viewed slide and recall within same session?
	slideduration: 1000 //transition duration (milliseconds)
})

