I have set the height to auto, however I am observing that small thumbnail images are being momentarily stretched vertically in Internet Explorer 6 before adjusting to their correct height.
It is worth mentioning that the image tag in the HTML appears as follows:
<img src="http://location" width="96" />
Would setting the height attribute in the HTML resolve this issue?