Hola de nuevo.
Lo de las imágenes pequeñas, me ha parecido ver que utilizan la misma imágen, pero le dan distinto tamaño con html. Algo parecido a esto:
Código PHP:
<img id="afoto" src="imagen1.gif" width="176" height="62"/>
<img src="imagen1.gif" width="88" height="31"
onmouseover="document.getElementById('afoto').src=this.src"/>
<img src="imagen2.gif" width="88" height="31"
onmouseover="document.getElementById('afoto').src=this.src"/>
Saludos,