.galerie_tn_div {
  width: 111px;
  height: 111px;
  margin: 2px;
  float: left;
  text-align: center
  position: relative;
  cursor: pointer;
}

.galerie_tn_div:hover {
  background-color: #A5A5A5;
}

.galerie_tn_img_div {
  width: 111px;
  height: 111px;
  overflow: hidden;
  text-align: center;
  position: relative;
  bottom: 0px;
}

.galerie_tn_img {
  max-width: 200px;
  max-height: 200px;
  position: relative;
}

.galerie_tn_desc {
  width: 100%;
  text-align: center;
  padding: 0px;
  overflow: hidden;
  bottom: 0px;
  position: relative;
  margin-top: -100%;
}
.galerie_tn_desc_back {
  background-color: black;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 11;
}
.galerie_tn_desc_text {
  color: white;
  z-index: 12;
  opacity: 1;
  position: relative;
  font-size: 10px;
}

.galerie_overlay {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 30;
}

.galerie_background {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.5;
  background-color: black;
  z-index: 31;
  text-align: center;
}

.galerie_loader {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 33;
  top: 45%;
}

.galerie_img {
  position: absolute;
  z-index: 35;
}

.img_fwd {
  position: absolute;
  z-index: 40;
  width: 44px;
  height: 74px;
  right: 0px;
  top: 50%;
  padding: 0px;
  margin-top: -30px;
}
.img_fwd:hover {
  cursor: pointer;
  background-color: #606060;
  opacity: 0.8;  
}

.img_back {
  position: absolute;
  z-index: 40;
  width: 44px;
  height: 74px;
  left: 0px;
  top: 50%;
  padding: 0px;
  margin-top: -30px;
}
.img_back:hover {
  cursor: pointer;
  background-color: #606060;
  opacity: 0.8;
}

.img_close {
  position: absolute;
  z-index: 40;
  width: 52px;
  height: 52px;
  padding: 0px;
  right: 0px;
  top: 0px;
}
.img_close:hover {
  cursor: pointer;
  background-color: #606060;
  opacity: 0.8;
}

.img_link {
  position: absolute;
  z-index: 40;
  width: 57px;
  height: 57px;
  padding: 0px;
  left: 0px;
  top: 0px;
}
.img_link:hover {
  cursor: pointer;
  background-color: #606060;
  opacity: 0.8;
}
.input_link {
  float: right;
  font-size: 18px;
  margin-top: 15px;
  margin-right: 10px;
}

.img_desc_background {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: black ;
  opacity: 0.7;
  z-index: 39;
  position: absolute;
}
.img_desc {
  position: absolute;
  z-index: 38;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0px;
}
.img_desc_text {
  position: relative;
  z-index: 40;
  padding: 5px;
	font-family : Verdana, Arial;
	font-size : small;
  color: white;
}