var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [940, 220], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["catalog/view/theme/winsur/slider/images/001.png", "index.php?route=product/product&path=66_84&product_id=52", "", "PRECIO CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/002.png", "index.php?route=product/product&path=90&product_id=58", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/003.png", "index.php?route=product/product&path=51&product_id=70", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/004.png", "index.php?route=product/product&path=89&product_id=53", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/005.png", "index.php?route=product/product&path=35&product_id=63", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/006.png", "index.php?route=product/product&path=91&product_id=105", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/007.png", "index.php?route=product/product&product_id=94", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/008.png", "index.php?route=product/product&path=54&product_id=110", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/009.png", "index.php?route=product/product&path=48_99&product_id=113", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/010.png", "index.php?route=product/product&path=67&product_id=111", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/011.png", "index.php?route=product/product&path=64_72&product_id=89", "", "PRECIOS CLIENTES REGISTRADOS"],
		["catalog/view/theme/winsur/slider/images/012.png", "index.php?route=product/product&path=64_73&product_id=86", "", "PRECIOS CLIENTES REGISTRADOS"] //<--Sin coma final después de elemento de imagen último!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: "fadeshow1toggler"
})
