Código Javascript:
Ver original
$('img.thumbnail').click(function() { $('#bigImg').attr('src', $(this).attr('src').replace(/\.jpg/, 'Big.jpg')); // Change name and show }).first().click(); // And activate the first one
...pero apenas conozco jQuery, y no sé cómo debe ir el html. ¡Gracias de antemano por la ayuda!