body 
{
  margin: 0px 0px 0px 0px
}

.thumbs{             /* container for all thumbs */
  margin: auto;       /* correctly center block element */
 position:relative;
 top: 5px;
  padding: .5em;
  color: #000;
  overflow: hidden;
  text-align: center;
  text-align:left;

}

html>body
.thumbs{             /* container for all thumbs */
  margin: auto;       /* correctly center block element */
 position:relative;
 top: 5px;
  padding: .5em;
  color: #000;
  overflow: hidden;
  text-align: center;
  text-align:left;

}

.thumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.thumbs li {        /* test these rules with various fonts, may need adjusting */

  float: left;      /* as many as can fit in window width */
  overflow: auto; /* do not let IE stretch the container */
  text-align: center;
  padding: 0px;
  margin: .2em;
  font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */
  font-family: inherit;
  width:225px;
  height: 255px;
 line-height: 2em;
 font-size:90%;

}

