$(function() { 
    $('#banner_rotate').cycle({ 
        speed:   1000,
        timeout: 8000, 
        pager:  '#banner_rotate_navi'
    }); 
}); 
