/***********************************************
* Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //ID of main gallery container,
	dimensions: [788, 320], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	imagearray: [
		["images/main-otr-tillie-jewellery-set.jpg", "otr-earrings-tillies-heart.htm", "", ""],
		["images/main-ws-oval-jewellery-set.jpg", "oval-earrings.htm", "", ""],
		["images/main-otr-caroline-jewellery-set.jpg", "otr-earrings-caroline.htm", "", ""], 
		["images/main-ws-patterned-hoop-jewellery-set.jpg", "hoop-earrings.htm", "", ""],
		["images/main-otr-julia-jewellery-set.jpg", "otr-earrings-julia.htm", "", ""],
		["images/main-ws-flat-top-jewellery-set.jpg", "flat-top-earrings.htm", "", ""],
		["images/main-otr-emma-jewellery-set.jpg", "otr-earrings-emma.htm", "", ""], 
		["images/main-ws-three-tier-jewellery-set.jpg", "three-tier-earrings.htm", "", ""], 
		["images/main-otr-mary-jewellery-set.jpg", "otr-earrings-mary.htm", "", ""],
		["images/main-ws-drop-jewellery-set.jpg", "drop-earrings.htm", "", ""],    
		["images/main-otr-jean-jewellery-set.jpg", "otr-earrings-jean.htm", "", ""], 
		["images/main-ws-square-jewellery-set.jpg", "square-earrings.htm", "", ""],
		["images/main-otr-jessica-jewellery-set.jpg", "otr-earrings-jessica.htm", "", ""],
		["images/main-ws-dangling-jewellery-set.jpg", "dangling-earrings.htm", "", ""],
		["images/main-otr-lucy-jewellery-set.jpg", "otr-earrings-lucy.htm", "", ""],
		["images/main-ws-cord-disk-jewellery-set.jpg", "disk-earrings.htm", "", ""],
		["images/main-otr-may-jewellery-set.jpg", "otr-earrings-may.htm", "", ""],
		["images/main-ws-patterned-hoop-jewellery-set.jpg", "hoop-earrings.htm", "", ""], 
		["images/main-otr-sophie-jewellery-set.jpg", "otr-earrings-sophie.htm", "", ""]
	],
	autoplay: [true, 3200, 2], //[auto_play_boolean, pause between slides (milliseconds), cycles_before_stopping_int]
	persist: false,
	fadeduration: 800, //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)
	}
})
