.image, #left_col, #right_col, #footer h2.info { display: none; }
ul#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;	/* to center the whole collection in #content */
}
ul#gallery li { display: inline; }
ul#gallery li .s1 {
  margin: 0 5px 5px 0px;
  display: table-cell; display: inline-table;
  display: inline-block;
  vertical-align: top;		/* OK with Opera and IE6 not Geko */
  text-align: center;		/* to center the thumbnail and legend in Geko/Opera */
}
ul#gallery li .s2 {
  margin: 0;			/* important reset the margins */
  display: table-cell;		/* block prevents vertical-align here */
  vertical-align: middle;	/* Ok with Opera and Geko not IE6 */
}
ul#gallery li a {
  display: block;
  border-bottom: none;
  width: 120px; height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  background-color: #999;
  text-indent: -5000px;
}
#content li.article { border-bottom: 1px solid; padding-top: 10px; list-style: none }
#content li.article span.img { display: block; }
