Question about viewing multiple sequential images with scroller
I'm researching a solution for replicating a certain type of image viewer. Basically, the images are x rays, and there will be anywhere from 2 to 20 images in a set. They are brought up in a viewer with the initial image, then a scroller is used (no thumbnails) to advance through them. Every time the scroller is moved, the next image loads.
I have a feeling that the jQuery slider may be the best solution if I can use the separate images as the different incremental elements. I've looked over these pages so far:
The latter looks perfect, i.e. as close to the original as possible, as long as I can replace the donation amounts in the example with the images, and just have the image load above the slider.
I'm so-so with JavaScript and definitely new to jQuery so any help is greatly appreciated. I can provide more information if needed. Thanks.