I am in the process of creating a shopping cart that will feature product thumbnails displayed in a single column on the left side and a large main product image. When a user hovers over a thumbnail image, I want the main image to change to display the hovered-over thumbnail.
I want this functionality to be similar to what you see on Amazon at http://www.amazon.com/gp/product/B0057OCDQS/ref=s9_simh_gw_p422_d0_i1?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-3&pf_rd_r=1ZQ6JXTTST3W87ZTQE26&pf_rd_t=101&pf_rd_p=470938811&pf_rd_i=507846. What would be the best way to implement this feature? Is there a specific control or jQuery plugin available for achieving this effect? If not, where can I find a sample code to help me with this task?
The technologies being used for this project are jQuery, jQuery UI, ASP.NET/Mono MVC3.
Update
The list of thumbnails is quite long. How can I display only 3 thumbnails at a time and include scroll buttons to navigate through the rest of the thumbnails? Something like:
scroll one thumb up
thumbnail image 1
thumbnail image 2
thumbnail image 3
scroll one thumb up