/* photos.css */
/* 1st may 2020 */

#photobg {
  position:absolute;
  display:none;
  left:0px;
  top:0px;
  width:100%; 
  height:100%;
  padding-top:0px;
  background:rgba(0,0,0,0.888);
  border:none;
  text-align:center;
}
/* update */
#photobg {
  background: #333;
  height: 3300px;
}

#imagecontainer {
  width:800px;
  margin:auto;
}

#photo {
  padding:20px; 
  background:#333;
  cursor:pointer;
}
/* update */
#photo {
  height: 600px;
  padding:0;
}

#photonav {
  text-align:right; 
  padding: 25px 0 10px 0;
  font-size:30pt; 
  font-weight:bold; 
  font-family:Verdana,'sans-serif'; 
  margin:auto;
  width:100%;
}

#mpadding {
  height:25px;
  display:block;
}

.thumb, .thumb2, .thumb3, .thumb5, .thumb6 { 
  width:190px; 
  height:auto; 
  border:1px solid silver; 
  cursor:pointer;
}
.thumb2 { width:387px; }
.thumb3 { width:255.5px; }
.thumb5 { width:150.5px; }
.thumb6 { width:124.4px; }

.redx {
 cursor:pointer; 
 color:red; 
 padding-bottom:5px;
}

.whitex {
  cursor:pointer; 
  color:#EEE; 
}
