var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [780, 174], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/rotate01.gif", "http://www.cellstores.com/r.aspx?Referringdomain=wirelessdatacards&p=Sierra+Wireless+3G%2f4G+250U+USB+Modem&c=Sprint"],
		["/images/rotate02.gif", "http://www.cellstores.com/r.aspx?Referringdomain=wirelessdatacards&p=HTC+EVO+4G+White&c=Sprint"],
		["images/rotate03.gif", "http://www.cellstores.com/r.aspx?Referringdomain=wirelessdatacards&p=Verizon+Wireless+Fivespot+Global+Ready+3G+Mobile+Hotspot&c=Verizon+Wireless"],
		["images/rotate05.gif", "http://www.cellstores.com/r.aspx?Referringdomain=wirelessdatacards&p=LG+Optimus+T+Titanium&c=T-Mobile"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
