/* Generic classes all popmenus inherit */
.frame {
  display: none;
  position: absolute;
  right: 0px;
  text-align: right;
  border: 1px solid #808080;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.frame_container {
  position: absolute;
  border: none;
  display: none;
}
.frame_x {
  position: static;
  background-color: black;
  color: white;
  width: 100%;
  height: 20px;
  text-align: left;
}
.frame_x img {
  border: 0px;
}
/* Specific attributes for centered infoframe */
.infoframe_border {
  border: 1px solid #808080;
  height: 620px;
  width: 600px;
  margin: 0px auto;
}
.infoframe {
  position: static;
  margin: 0px auto;
  height: 600px;
  width: 600px;
}
.infoframe_container {
  height: 620px;
  top: 50px;
  width: 100%;
}
.infoframe_x {
  margin: 0px auto;
  width: 600px;
}
/* original stil-finder popmenu */
.smallframe {
  position: absolute;
  top: 750px;
  height: 185px;
  width: 870px;
}
.smallframe iframe {
  height: 165px;
}
/* big frame that exhibits work samples */
.bigframe {
  position: absolute;
  height: 490px;
  width: 76%;
  top: 390px;
  Left: 12%;
}
.bigframe iframe {
  height: 470px;
}
