quick fix - put back css file to orig.
try this code in html file - though it might give coding errors if someone is picky about proper code, but sill it works.
Code:
<!-- Start of Gallery -->
<div id="gallery">
<dl>
<ul>
<li><a href="#"><img src="images/gallery_thumbnail_1.gif" width="84" height="76" alt="Thumbnail 1 Caption" /></a></li><dd>Hot Lips</dd>
<li><a href="#"><img src="images/gallery_thumbnail_2.gif" width="93" height="76" alt="Thumbnail 2 Caption" /></a></li><dd>Wasp Love</dd>
<li><a href="#"><img src="images/gallery_thumbnail_3.gif" width="59" height="77" alt="Thumbnail 3 Caption" /></a></li><dd>Mutt</dd>
<li><a href="#"><img src="images/gallery_thumbnail_4.gif" width="137" height="77" alt="Thumbnail 4 Caption" /></a></li><dd>Flower Power</dd>
<li><a href="#"><img src="images/gallery_thumbnail_5.gif" width="119" height="78" alt="Thumbnail 5 Caption" /></a></li><dd>Check It Out</dd>
</ul>
</dl>
</div>
<!-- End of Gallery -->