
Chrysorrogiatissa Monastery in the Troodos Mountains, Cyprus

A fine array of Harrington coaches at Amberley Chalk Pits Museum

Brunel's Royal Albert Bridge over the River Tamar, Saltash, Cornwall

The Boat House, somewhere in Cornwall

Beach at Porthcurno, Cornwall, England

Entrance to the parish church in Mells, Somerset, England

Bridge over the St Laurence River, Sarnia, Canada

Harley Davidson motor cycle

A flower from our garden given the waterspray treatment !

A beach house at Paphos, Cyprus
There are literally thousands of album scripts for jQuery out there on the internet. Which ones are rubbish and which ones work ? Well, the honest answer is, I don't know. This is one is from the same guy who did the image flipping effect you can see on the home page. It works a treat, and is easy to install. I recommend it.
But here's one which is not so easy to use. The main problem with this one, for me, is that you have to name your images in ascending numeric order thus:
1.img
2.img
3.img
....etc
And this is a nightmare when you are trying to organise your slide show into a particular order. You have to have a cross reference sheet showing the actual name of the image and the numeric name. If you want to change the order in which they are displayed, you have to re-name them, because the code (sorts) orders the image list by name. And it's an ASCII sort, not a numeric sort ( 1.img and 11.img are next to each other). Why do folks do this ?
So all you can do really is spend some time rooting around the internet to find the script you want, then test it before you decide to use it for real on your web site.
Good Luck !