Jquery Slider issue

Hey guys, I cant post the code because The slider is attached to a wordpress theme I am developing on my localhost.

here is the jquery thats “making the magic happen” well, or “not making the magic happen” lol.

<script type="text/javascript">
jQuery(document).ready(function($){
    $("#photo-rotator").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000);
});

</script>                           

here is the slider I am using: http://demos.legendthemes.com/slider-demo/

when I implement this on my site, the bottom nav bar keeps jumping to the top in between main image changes. whenever the main image fades out, the nav bar jumps to the top, then when the next image shows up, it jumps back into place over and over again.

Any idea what would cause something like this?

I know this is probably a hard issue to pin point based on the info i have given but maybe there is something more common that I may be overlooking.

thanks in advance guys!

Glen

I worked through it and figured it out. I absolutely positioned the bottom nav and it worked out, Im sure there is another way to get it set up but for now it works like I intended it to so hopefully it stays that way lol