var firstbgcarousel=new bgCarousel({
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
imagearray: [
['images/2 yr old c.jpg', '
Yongi
Yongi 2 years old.'], // ["image_path", "optional description"]
['images/2yrold4.jpg', 'Yongi
Yongi 2 years old.'],
['images/3 year old son of jagger.jpg', '3 year old son of Jagger.'],
['images/3Aug13.jpg', '8/3/2013'] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:2, stoponclick:false, pauseonmouseover:true},
navbuttons: ['images/left.gif', 'images/right.gif', 'images/up.gif', 'images/down.gif'], // path to nav images
activeslideclass: 'selectedslide', // CSS class that gets added to currently shown DIV slide
orientation: 'h', //Valid values: "h" or "v"
persist: true, //remember last viewed slide and recall within same session?
slideduration: 500 //transition duration (milliseconds)
})