﻿$(document).ready(function () {
    $('.rotatorImage').cycle({
        fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        speed: 2000,  // speed of the transition (any valid fx speed value)
        speedIn: 1500,  // speed of the "in" transition 
        speedOut: 1500
    });
});
