FadingOUT and FadindIn BackgroundImage. How to

FadingOUT and FadindIn BackgroundImage. How to

Hello all.
I have some images and i would like FadingOut actual image and fadingIn on a new image.
And this procedure is repeating for my 5 background images set.
I try this code but i don't ran good.
Can  you help me  ?

ps: i am a frenshie so sry for my bad english .

  1. jQuery(function($) {
  2.     $(document).ready(function() {
  3.         $('#mainFrameCentre') .animate({
  4.             backgroundImage: "images/bg_text.png",
  5.             backgroundRepeat: "no-repeat"
  6.             }
  7.             , 10000);
  8.        });
  9.   });