$(function() { $('#slideshow').cycle({ fx: 'blindY', speed: 300, timeout: 5000, pager: '#nav', pagerEvent: 'mouseover', pause: 1, allowPagerClickBubble: true, pagerAnchorBuilder: function(i, el) { return '' + (i+1) + ''; } }); });