$(document).ready(function() {
   $('#cycle').cycle({
               pager:'#cycle-controls span', timeout: 4000, fx: 'fade'
       });
});
