li { list-style: none; }
#gallery .images .image a { 
	display: block; 
	position:relative;
}
#gallery .images .image a .lence{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.36);
	font-size:22px;
}
#gallery .images .image a:hover .lence{
    background-color: rgba(255, 255, 255, 0.0);
	font-size:28px;
}
#gallery .images .image img { 
	background-color: #EEE;
    padding: 10px;
 }
#gallery .images .image { 
	padding:0 5px 10px 5px!important;
}
#gallery .images:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#slideshow {
  background-color: rgba(0, 0, 0, 0.90);
  display: none;
  height: 100%;
  position: fixed;
  z-index:1000;
  top: 0;
  left:0;
  width: 100%;
}
#slideshow .current .image, #slideshow .controls .previous, #slideshow .controls .next {
  height: 500px;
  margin: 2% 0 0;
}
#slideshow .current .image, #slideshow .current .caption { text-align: center; }
#slideshow .current .caption {
  color: #f1eeee;
  padding: 20px 0 0;
}
#slideshow .controls { position: relative; }
#slideshow .controls .control { position: absolute; }
#slideshow .controls .previous, #slideshow .controls .next {
  top: 0;
  width: 50%;
}
#slideshow .controls .previous { left: 0; }
#slideshow .controls .next { right: 0; }
#slideshow .controls .close {
  height: 48px;
  right: 0;
  top: 0;
  width: 62px;
  text-indent: -999px;
  opacity:100 !important;
}
#slideshow .controls .control a {
  color: transparent;
  display: block;
}
#slideshow .controls .previous a, #slideshow .controls .next a {
  height: 500px;
  width: auto;
}

#slideshow .controls .previous a {
  background-image: url(../images/previous.html);
  background-position: 25% center;
  background-repeat: no-repeat;
}

#slideshow .controls .next a {
  background-image: url(../images/next.html);
  background-position: 75% center;
  background-repeat: no-repeat;
}

#slideshow .controls .close a {
  background-image: url(../images/close.png);
  background-position: 50% center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
}

#footer {
  background-color: #f1eeee;
  bottom: 0;
  height: 34px;
  position: absolute;
  width: 100%;
}

#footer p { padding: 10px 30px; }

#footer p, #footer p a { color: #374035; }
