Index: image.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.css,v
retrieving revision 1.5
diff -u -p -r1.5 image.css
--- image.css	27 Aug 2009 12:10:56 -0000	1.5
+++ image.css	24 Aug 2010 11:16:52 -0000
@@ -6,12 +6,15 @@
 }
 .view .image-gallery-nodes ul li {
   display:inline-block;
+  *display:inline;
   /*
     There is no pretty way to get thumbnail sizes here.
     This will need to be overridden for sites that set a different size.
   */
+  zoom: 1;
+  list-style-type: none;
   width:150px;
   height: 150px;
   text-align:center;
   background: none;
-}
\ No newline at end of file
+}
