

var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [319,135], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//['images/customer-logos-2/logos_35.gif'],
		//['images/customer-logos-2/logos_26.gif'],
		['images/customer-logos-2/logos_1.gif'],
		['images/customer-logos-2/logos_2.gif'],
		['images/customer-logos-2/logos_3.gif'],
		['images/customer-logos-2/logos_32.gif'],
		['images/customer-logos-2/logos_4.gif'],
		['images/customer-logos-2/logos_5.gif'],
		['images/customer-logos-2/logos_6.gif'],
		['images/customer-logos-2/logos_7.gif'],
		['images/customer-logos-2/logos_8.gif'],
		['images/customer-logos-2/logos_33.gif'],
		['images/customer-logos-2/logos_9.gif'],
		['images/customer-logos-2/logos_10.gif'],
		['images/customer-logos-2/logos_11.gif'],
		['images/customer-logos-2/logos_12.gif'],
		['images/customer-logos-2/logos_13.gif'],
		['images/customer-logos-2/logos_34.gif'],
		['images/customer-logos-2/logos_14.gif'],
		['images/customer-logos-2/logos_15.gif'],
		['images/customer-logos-2/logos_16.gif'],
		['images/customer-logos-2/logos_17.gif'],
		['images/customer-logos-2/logos_18.gif'],
		['images/customer-logos-2/logos_19.gif'],
		['images/customer-logos-2/logos_20.gif'],
		['images/customer-logos-2/logos_21.gif'],
		['images/customer-logos-2/logos_22.gif'],
		['images/customer-logos-2/logos_23.gif'],
		['images/customer-logos-2/logos_24.gif'],
		['images/customer-logos-2/logos_25.gif'],
		['images/customer-logos-2/logos_27.gif'],
		['images/customer-logos-2/logos_28.gif'],
		['images/customer-logos-2/logos_29.gif'],
		['images/customer-logos-2/logos_30.gif'],
		['images/customer-logos-2/logos_31.gif'],
		['images/customer-logos-2/logos_36.gif']
	],
	displaymode: {type:'auto', pause:2000, cycles:Infinity, wraparound:false}, // WAS 6500 PAUSE
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
