var mygallery2=new simpleGallery({
	wrapperid: "simplegallery2", //ID of main gallery container,
	dimensions: [600, 351], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	imagearray: [
                ["images/2firework.jpg", "", "", "Glass Artwork"],
                ["images/3.jpg", "", "", "Use inspirational design in your home with custom made glass tiebacks"],
		["images/1.jpg", "", "", "Beautiful fused glass - can be used in artwork for your walls - on canvas or perspex"],
        ["images/2img_6030.jpg", "", "", "Glass tiles can be used in bathrooms or kitchens"],
		["images/2.jpg", "", "", "Dichroic glass used to stunning effect in this bracelet"],
        ["images/2blue-multi-circle-pendant3.jpg", "", "", "Dichroic glass multi circle pendant"],
		["images/4.jpg", "", "", "Handmade coasters"],
                ["images/5.jpg", "", "", "Items such as these for cufflinks, pendants and bracelets"], 
                ["images/6.jpg", "", "", "An individual gift can be made "],                          ["images/7.jpg", "", "", "Transform your kitchen units with glass handles, small squares ones suitable for bedroom/bathroom and cupboards"],
                 ["images/9.jpg", "", "", "Match your tiebacks with glass finials"],
                 ["images/10.jpg", "", "", "Glass tiles can be used  in your kitchen and bathroom to create a designer look"],
                 ["images/11.jpg", "", "", "Gents cufflinks on sterling silver "]
                                                     
	],
	autoplay: [false, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
	persist: true,
	fadeduration: 1000, //transition duration (milliseconds)
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})
