Hi, I need jquery animation that will rotate links. (p.s. I will send draft file html/css so you get better idea). So I've a category and some N number of links in that category. #Category link 1 link 2 link 3 link N I don't want to display all of them at once. Just want jquery script that will show first 5 links than another 5 and another... #(1-5) -> #(5-10) -> #(10-15) Interval should be modifiable. As for animation, I'd like slide to the right. So links slide from left to right. Sandro