featuredcontentglider.init({
	gliderid: "slideshow_1", //ID of main glider container
	contentclass: "slideshow_content_1", //Shared CSS class name of each glider content
	togglerid: "slideshow_toggler_1", //ID of toggler container
	remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
	selected: 0, //Default selected content index (0=1st)
	persiststate: false, //Remember last content shown within browser session (true/false)?
	speed: 300, //Glide animation duration (in milliseconds)
	direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
	autorotate: true, //Auto rotate contents (true/false)?
	autorotateconfig: [3000, 3] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})


featuredcontentglider.init({
	gliderid: "slideshow_2", //ID of main glider container
	contentclass: "slideshow_content_2", //Shared CSS class name of each glider content
	togglerid: "slideshow_toggler_2", //ID of toggler container
	remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
	selected: 0, //Default selected content index (0=1st)
	persiststate: false, //Remember last content shown within browser session (true/false)?
	speed: 300, //Glide animation duration (in milliseconds)
	direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
	autorotate: true, //Auto rotate contents (true/false)?
	autorotateconfig: [3000, 3] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})

featuredcontentglider.init({
	gliderid: "slideshow_3", //ID of main glider container
	contentclass: "slideshow_content_3", //Shared CSS class name of each glider content
	togglerid: "slideshow_toggler_3", //ID of toggler container
	remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
	selected: 0, //Default selected content index (0=1st)
	persiststate: false, //Remember last content shown within browser session (true/false)?
	speed: 300, //Glide animation duration (in milliseconds)
	direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
	autorotate: true, //Auto rotate contents (true/false)?
	autorotateconfig: [3000, 3] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})

featuredcontentglider.init({
	gliderid: "slideshow_4", //ID of main glider container
	contentclass: "slideshow_content_4", //Shared CSS class name of each glider content
	togglerid: "slideshow_toggler_4", //ID of toggler container
	remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
	selected: 0, //Default selected content index (0=1st)
	persiststate: false, //Remember last content shown within browser session (true/false)?
	speed: 300, //Glide animation duration (in milliseconds)
	direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
	autorotate: true, //Auto rotate contents (true/false)?
	autorotateconfig: [3000, 3] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
