--- ORIG image_gallery.module	2007-04-15 10:36:05.000000000 +0100
+++ image_gallery.module	2007-04-15 10:36:48.000000000 +0100
@@ -254,7 +254,7 @@ function theme_image_gallery($galleries,
   if (count($galleries)) {
     $content.= '<ul class="galleries">';
     foreach ($galleries as $gallery) {
-      $content .= '<li style="height : '.$height .'px">';
+      $content .= '<li class="clear-block">';      
       if ($gallery->count)
         $content.= l(image_display($gallery->latest, 'thumbnail'), 'image/tid/'.$gallery->tid, array(), NULL, NULL, FALSE, TRUE);
       $content.= "<h3>".l($gallery->name, 'image/tid/'.$gallery->tid) . "</h3>\n";
