I'm trying to create a rollover effect using 2 images. I went through the process of creating a slice of the 1st image, assigned a URL to the slice, then added an "Over" rollover effect where people who hover over it will see a drop shadow. It's works okay up to this point. Now, I'm trying to introduce the 2nd image so that when people hover over the 1st image, the 2nd image will appear in a different spot on the page. I want the 2nd image to appear only when people hover over the 1st, but when I bring in the 2nd image it's on a different layer. How do I link the 2nd image to the 1st image's rollover effect? Thanks.