var mygallery2=new simpleGallery({
	wrapperid: "simplegallery2", //ID of main gallery container,
	dimensions: [839, 380], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	imagearray: [
		["header-slide/taj-mahal.jpg", "#", "_new", " Taj Mahal, Agra"],
		["header-slide/kerala.jpg", "#", "_new", " Kathakali Dance, Kerala"],
		["header-slide/udaivilas.jpg", "#", "_new", " Oberoi Udaivilas, Udaipur"],
		["header-slide/hampi-tours.jpg", "#", "_new", " Hampi"],
		["header-slide/Jaipur-tours.jpg", "#", "", "Jaipur"],
		["header-slide/pushkar-tours.jpg", "", "", "Pushkar Fair"],
		["header-slide/wildlife-tours.jpg", "", "", "Tiger, Ranthambore National Park"]
		
	],
	autoplay: [true, 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){ 
	}
}
)
