@charset "UTF-8";

#content .inner {
    position: absolute;
    height: 500px;
    overflow: hidden;
}

.rotate {
    position: relative;
    top: 11px;
    left: 31px;
    height: 424px;
}

.rotate img {
    width: 900px;
    height: 424px;
}

body#floorplan .rotate img {
  width: 675px;
  height: 425px;
  position: absolute;
  left: 225px;
}

body#floorplan .rotate a.zoom {
  display: block;
  position: absolute;
  right:100px;
  bottom: -30px;
}

.side {
    position: relative;
    top: -414px;
    z-index: 20;
}

.main {
    position: relative;
    top: -414px;
    z-index: 20;
}


#rotate-pager {
  position: absolute;
  bottom: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rotate-pager li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}

#rotate-pager li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid blue;
}

/* Gallery */
#gallery .side { top: -409px; } /* Nudge it back into place on Gallery pages */   

