﻿$(document).ready(function() {
    $("#rotator").cycle({
        fx: 'scrollLeft',
        speed: 2000,
        timeout: 10000,
        pause: 1
    });
});