Image rotator

Image rotator

Okay guys,I am trying to make simple image rotator. So I have one div container with overflow hidden,and one div containing the images about 1000px long and I need to animate its 'margin-left' until the end of the div. The problem is that I need it to actually rotate these images,in other words I need it to never stop (except on hover). So what is the best way to do this?
Should i .clone the div every time the div hits the end? Or is there an easier solution to this problem?
Thanks.