var moveBG = {type:'backgroundx', to:5000, step:1, delay:75};

function startAnimation(){
  $fx('#nature').fxAdd(moveBG).fxRun(null, 1);
}
