$(document).ready(function(){ $('#screen-shot .holder') .before('<div id="scr-nav"/>') .cycle({ pager: '#scr-nav', fx: 'scrollLeft', pause: 1 }); });