So this is what I basically want to do and don't know where to look for: I have a series of images in an unordered list which, with CSS, they appear from left to right (using display: inline if I remember correctly). On the very left of the first image and on the very right of the last, there are two buttons: previous and next respectively. When someone clicks on the next, the first image slides left and disappears while at the same time, from the right, the next image slides and appears after the last.
My problem is: I can't seem to find a way of sliding something as if it is going behind an invisible "wall".. And the opposite, slide something coming from an invisible "wall".. I hope you understand what I am saying. As always, thank you in advanced pek