@charset "utf-8";

.tabthumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
}
.tabthumb img:hover {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -webkit-backface-visibility: hidden;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  opacity: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  overflow: auto;
}
.lightbox img {
  max-width: 100%;
  margin-top: 2%;
  border: solid 2px #ff9c00;
  opacity: 1;
}
.lightbox:target {
  outline: none;
  display: block;
}