Here's what happens when you move the item that has been positioned using Absolute

This is the div around which the image revolves. Hover over the div to see it change from right:220px to left:220px. This box is positioned using absolute. In the HTML his div is inside the other div, so when absolute is used the top, bottom, left, right move it with relation to the green box.