Using JQuerry to repeatedly move an element right is easy, every time I want to do it I can just call this:
$(\'#element\').css({left: \'+=100\'});