#updates .list {
  color: #f67;
  margin: 10px;
  font-size: 0.8em;
  font-variant: small-caps;
  line-height: 1em;
}

#updates .model {
  line-height: 1.2em;
  font-size: 1.2em;
  text-decoration: underline;
}

#updates table.upcoming td {
  vertical-align: top;
  text-align: center;
  width: 120px;
}

#updates .upcoming .thumb {
  padding: 0;
  font-size: 1em;
}


/* override gallery.css styles to accomodate other than 3 columns of thumbs */
#title {
  left: 10%; /* width of left column */
  width: 770px; /* see below */
}

#left {
  width: 10%; /* width of left column */
}

#center {
  margin: 0 0 0 10%; /* width of left column */
  width: 770px; /* width of table: (3(padding)+1(border)+146(thumbwidth)+1+3) * 5(#ofthumbs) */
}
