// JavaScript Document

var mygallery=new fadeSlideShow({
	wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [734, 238], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.carbonesct.com/images/slide1.jpg", "", "", "... for dinner tonight"],
		["http://www.carbonesct.com/images/slide2.jpg", "", "", "... for dinner tonight"],
		["http://www.carbonesct.com/images/slide3.jpg", "", "", "... for an extraordinary event"]
		
//remember, after the last image element, DO NOT PUT A COMMA...but if you add images, remember to put the comma...except on the last 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: "ondemand",
	togglerid: ""
})
