var mygallery=new fadeSlideShow({
	wrapperid: "slide", //ID of blank DIV on page to house Slideshow
	dimensions: [985, 505], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				['images/slideshow/Home_Rotating_1nodots.jpg', 'brand/cambridge', '', ''],
		['images/slideshow/Home_Rotating_6.jpg', '/browse/bridal.php', '', ''],
		['images/slideshow/Home_Rotating_2nodots.jpg', 'brand/fiesta', '', ''],
		['images/slideshow/Home_Rotating_4nodots.jpg', '/browse/detail.php?id=2169', '', ''],
		['images/slideshow/Home_Rotating_3_Townhouse.jpg', '/browse/sale.php', '', ''],
		['images/slideshow/Home_Rotating_6_Presentation.jpg', '/customer_care/productCareAndUse.php', '', '']],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: "slide_container"
})
