
/*
*/
#lighttable a {
	width:100%;
	height:100%;
	display: block;
	position: absolute;
}


/* The light table itself */
#lighttable {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 90px 0px;
 /* border: 20px solid #111;*/
  display: none;
}



/* Photos on the light table */
#lighttable img {
  border: 10px solid #fff;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
  position: absolute;

}

#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;
}

button {
	border: none;
}


/**  big-images-wrapper  **/
#big-images-wrapper .tos-wrapper .tos-pagination {
    bottom: 5% !important;
}

#big-images-wrapper .tos-uibg{
    background-image: none;
}

#big-images-wrapper  img {
    width: 100%;
}

#big-images-wrapper .tos-wrapper.tos-fill .tos-slide.tos-image > img {
        min-height: auto;
}

@media only screen and (max-width:430px) {
    #lighttable img {
        border: 5px solid #fff;
    }
}
