#slideshow { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, .8);
}

#slideshow  p { 
  font-size:20px; 
  position:fixed; 
  z-index:999; 
  cursor:pointer; 
  padding:5px 10px; 
  border:1px solid #999; 
  top: 15px;
  right: 15px;
  text-align:  right; 
  color: #fff; 
  background: rgba(100, 100, 100, .5); 
  border-radius:3px;
}

#slideshow img {
  position: absolute;
  top: 5%;
  left: 0px;
  right: 0px;
  bottom: 5%;
  align: center;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.prev, .next {  
  z-index:999; 
  background: rgba(100, 100, 100, .5); 
  cursor:pointer; 
  position: absolute; 
  top: 45%; 
  border:1px solid #999; 
  padding: 6px ; 
  color: #fff; 
  text-decoration: none; 
  position: absolute;
  font-size:30px;
  text-shadow:1px 1px 0px #444;
}

.next { 
  right: 7px; 
  border-radius:2px 10px 10px 2px; 
} 
.prev { l
  eft: 7px;  
  border-radius:10px 2px 2px 10px; 
}
.thumb{
  width: auto;
  height: 100px;
  margin:5px;
}
