// JavaScript Document

      
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

// JavaScript Document

      
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
 
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [455, 406], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/jewelry/lhh_engage-1.jpg"], 
		["images/jewelry/lhh_engage-2.jpg"], 
		["images/jewelry/lhh_engage-3.jpg"], 
		["images/jewelry/lhh_engage-4.jpg"], 
		["images/jewelry/lhh_engage-5.jpg"], 
		["images/jewelry/lhh_engage-6.jpg"], 
		["images/jewelry/lhh_engage-7.jpg"] 
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})