$(function() {
   $('#slideshow_block').cycle({
         fx: 'fade',
         pager: '#nav'
   });
});
