I am using MVC3 to build my website and need to allow the user to scroll through dozens of screen shots easily. I like the methods used by various website including when configuring favorites using Safari. One image is front and center and there may be images on either side at an angle. When you move the cursor left or right, a different image comes into full view, replacing the other.
How do I do this with MVC?
Thanks.