#main {
  background: #fff5e1;
  width: 800px;
  height: 420px;
}

#content {
  position: absolute;
  top: 240px;
  left: 413px;
  width: 365px;
}

#content p {
  margin-left: 0;
  padding-left: 0;
}

#mainphoto {
  position: absolute;
  left: 159px;
  width: 242px;
  padding-top: 0;
  /*border: 2px dotted #fbbfa7;
  border-top: none;*/
}

table#thumbs {
  position: absolute;
  top: 447px;
  left: 413px;
}

table#thumbs img {
  cursor: pointer;
}


table#thumbs tr.top td {
  vertical-align: bottom;
}

table#thumbs tr.top img {
  padding-top: 4px;
  vertical-align: bottom;
}

table#thumbs tr.top img.selected {
  border-top: 4px solid #f1236d;
  padding-top: 0;
}

table#thumbs tr.bottom td {
  vertical-align: top;
}

table#thumbs tr.bottom img {
  padding-bottom: 4px;
  vertical-align: top;
}

table#thumbs tr.bottom img.selected{
  border-bottom: 4px solid #f1236d;
  padding-bottom: 0;
}

#browse_nav {
  position: absolute;
  left: 159px;
  top: 550px;
}

#browse_nav a, #browse_nav a:visited {
  text-decoration: none;
  color: #FF4E2B;
  font-weight: bold;
  font-size: 80%;
}

#previous_link {
  margin-right: 10px;
}

