﻿var homeRotatorContainer = new fadeSlideShow({
    wrapperid: "homeRotatorContainer", //ID of blank DIV on page to house Slideshow
    dimensions: [1000, 491], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
["/images/homerotator/homeRotatorImg.jpg", "", "", ""],
["/images/homerotator/homeRotatorImg2.jpg", "", "", ""],
["/images/homerotator/homeRotatorImg3.jpg", "", "", ""],
["/images/homerotator/homeRotatorImg4.jpg", "", "", ""]
],
    displaymode: { type: 'auto', pause: 6000, cycles: 0, wraparound: true },
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
})
