var mygallery=new fadeSlideShow({
	wrapperid: "header_photographs", //ID of blank DIV on page to house Slideshow
	dimensions: [960, 171], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/header_photographs/bar.png"],
		["/images/header_photographs/bar_2.png"],
		["/images/header_photographs/laurent_perrier.png"],
		["/images/header_photographs/seating.png"],
		["/images/header_photographs/wall_bar.png"]
	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
