

/* The div holding the wooden table img tag */
#wooden-table {
  position: absolute;
  /*left: -5000px;*/
}

/* The light table itself */
#lighttable-img {
  position: relative;
  height: 225px;
}
#lighttable {
  position: absolute;
  /*width: 300px;*/
  height: 225px;
  /*float:left;*/
  background: url(images/img/wooden-table.jpg);
  margin: 0 auto;
}
/**/
#photo1 { 
    left: 12px;
    top: 0px;
    transform: rotate(-6deg);
    display: block;
    opacity: 0.95;
    z-index: 2;
}
#photo2 { 
    left: 96px;
    top: 54px;
    transform: rotate(12deg);
    display: block;
    opacity: 0.95;
    z-index: 3;
 }
/* Photos on the light table */
#lighttable img {
  position: absolute;
  border: 4px solid #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
  /*position: absolute;
  left: -9999px;
  top: -9999px;*/
}

#lighttable img:hover {
  cursor: pointer;
}

/* The description at the top of the page */

#description {
  padding: 10px 10px 5px 10px;
  background: #111;
  color: #fff;
  width: 45em;
  margin: 0 auto -5px auto;
  text-align: center;
}

#description h1 {
  font-size: 14px;
  line-height: 1.3em;
}

#description a {
  color: #bbf;
}
