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	26 Nov 2009 14:35:05 -0000
@@ -14,4 +14,10 @@
   height: 150px;
   text-align:center;
   background: none;
-}
\ No newline at end of file
+}
+/* Holly hack to enforce hasLayout for IE7 and lower. \*/
+* html .view .image-gallery-nodes ul li {
+  display: inline;
+  zoom: 1;
+}
+/* */
