.floater_background-off,
.floater-off {
  display: none;
  background-color: #000;
  width: 700px;
  height: 700px;
}
#floater_closer {
  display: none;
  position: fixed;
  width: 75px;
  height: 25px;
  background: url(/images/icon_close.gif) no-repeat 1px 1px;
  top: 82px;
  margin-left: 70px;
  z-index: 15;
}

.floater-background-on {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-opacity:0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  filter:alpha(opacity=75);
  z-index: 5;
}

.floater-on {
  top: 92px;
  display: block;
  border: 1px solid black;
  position: fixed;
  margin-left: 80px;
  margin-right: auto;
  width: 650px;
  height: 550px;
  max-height: 600px;
  background-color: #fff;
  z-index: 10;
  overflow: auto;
  padding: 20px;
}

.floater-on img {
  float: left;
  width: 300px;
  height: 300px;
  display: block;
}

.floater-on img.throbber {
  display: block;
  margin: auto;
  margin-top: 200px;
  text-align: center;
}
