iframe#photo {
  position: absolute;
  left: 275px;
  top: 125px;
  width: 710px;
  height: 474px;
  border: none;
}
div#thumbnails {
  position: absolute;
  top: 125px;
  width: 250px;
  height: 378px;
  margin-left: 10px;
  overflow: auto;
  text-align: center;
  border: thin solid #808080;
  padding: 3px;
  background: #ddddcc;
}
div#thumbnails img {
  margin: 3px;
  vertical-align: bottom;
  cursor:  url("images/magplus.png"), pointer;
  border: none;
}