@import url( ../tiltviewer.css );

div#divGallery,
img#imgGallery {
  position: absolute;
  top: 165px;
  width: 670px;
  height: 600px;
}

div#divGallery {
  background: url( ../../images/content/gallery.png ) no-repeat;
  z-index: 89;
}

img#imgGallery {
  border: 0;
  display: block;
  z-index: 90;
}

div#divTiltViewer {
  position: absolute;
  top: 45px;
  left: 0;
  width: 1150px;
  height: 850px;
  z-index: 200;
}

html > body div#divTiltViewer {
  width: 100%;
  height: 100%;
}
