h2, p { clear: both; }

/* Thanks to K. Chayka in c.i.w.a.h. */

.thumbs {
  /*font-family: sans-serif; */
  width: 100%;         /* an explicit width is required for IE6, or it screws up badly */
  margin: auto;       /* correctly center block element */
  padding: .5em;
  background-color: #fffaf0;
  color: #003;
  border: thin solid #003;
  overflow: hidden;
  text-align: center;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {
  width: 9em;        /* wide enough for widest image with a bit of padding */
  height: 8.5em;      /* high enough for image plus 2-line caption */
  float: left;
  text-align: center;
  border: 1px solid #faebd7;
  padding: .3em;
  margin: .5em;
  overflow: hidden;
  font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */
  font-family: inherit;
}
.thumbs img {        /* image resized in ems to maintain proportions */
  height: 5em;     /* image resolution may suffer a little, but not much */
  display: block;    /* prevent text from flowing on the side */
  margin: 0 auto .3em auto;    /* center for non-IE */
  text-align: center;          /* center for IE */
}
hr {
  clear: left;
  height: 1px;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

