
$(document).ready(function() {
    $('.banner').cycle({fx:"scrollLeft", speed:750, timeout:4000});
});
