$(function(){
 $('#slider').before('<div id="slider_nav">').cycle({
   timeout  : 8000,
   pager    : '#slider_nav',
   pause    : 0
 });

});
