body {
  font-family: "Times New Roman", Times, serif; font-size: 12px; text-align: center; background: #d2cbc1;
}

td {
	font-family: "Times New Roman", Times, serif; font-size: 14px;
}

div {
	font-family: "Times New Roman", Times, serif; font-size: 11px;
}

#center {
  margin: 0 auto;
  width: 814px;
  text-align: left;
}

#gallery { margin-top: 20px; }

#thumbs { padding-top: 10px; overflow: hidden; }

#thumbs img, #largeImage {
/* border: 1px solid gray;
 padding: 4px;
 background-color: white;
 cursor: pointer;*/
}

#thumbs img {
 float: left;
 margin-right: 10px;
}

#thumbs img.last {
 margin-right: 0px;
}

#description {
 background: black;
 color: white;
 position: absolute;
 bottom: 0;
 padding: 10px 20px;
 width: 525px;
 margin: 5px;
}

#panel { position: relative; }
