jQuery(document).ready(function($){
    $('#home-banners').cycle({
        speed:  1500
    });
});