﻿$(document).ready(function() {
    $('#banner-rotate').cycle({
        fx: 'fade',
        speed:  2000,
        timeout: 200,
        fit: 1,
        slideExpr: 'img'
    });
});


