I'm trying to recreate an effect in jQuery, where an element( <li> <img> Code (markup): ) will be cycled and fades it when hovered. The ' <li> Code (markup): ' contains ' <img> Code (markup): ' (image screenshots). when the mouse is on top of element it will keep cycling all that are in ' <ul> Code (markup): ' with a fading effect. when the mouse is away it will stop cycling the list. I also want to add a pager where you can navigate to the list. My Existing Code: link text My Problem: The current code has some problem with the pagination, it added all images that can be seen on the code. instead of just listing 1-8, it continued to add another 1-8 to the list and another. Second problem is, It also start cycling and fading when the page loads. The cycling and fading should only be working when the mouse is on top of the element. I also can't use ID on $('.screenshot').cycle Code (markup): because the blocks will be dynamically generated and will be incremental. I am not sure if the 'Cycle Plugin' (http://jquery.malsup.com/cycle/) is really required on this approach, I just wan't it to be minimal as much as possible. I just use 'Cycle Plugin' because it's a quick answer to my problem. If you know a solution that meets my requirements, that would be great. The effect i'm trying to achieve: www[dot]youjizz[dot]com (WARNING: the site example is a porn site). That's exactly i want to mimic but just using jquery and fading effects. I also Apologize for the example, I can't find good alternative example. Please send me a PM if interested. willing to pay $5 for it. Thanks and merry xmas!