#page .gallery{
  width:100%;
  clear:both;
  padding-bottom:20px;
  position:relative;
}

#page .gallery h3{
  clear:both;
  margin:40px 20px 15px 20px;
}



.imgprevs a{
  display:block;
  padding:0px;
  padding-bottom:2px;
  background-color:#fff;
  background-color:#ddd;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  margin-bottom:2px;
  margin-right:2px;
  width:290px;
  height:288px;
  float:left;
  text-align:center;
  overflow:hidden;
  position:relative;  
}

.imgprevs a img{
  border:0px solid #999;
}

.imgprevs a img.portrait{
  max-width:100% !important;
}
.imgprevs a img.landscape,
.imgprevs a img.square{
  max-height:100% !important;
}

.imgprevs{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
  clear:left;
  padding-top:20px;
  padding-left:0px;
  margin-right:-10px;
}

.img .imgprevs{
  padding-top:0px;
  margin-bottom:-6px;
  overflow:hidden;
}

.gdir{
text-align:center;
float:left;
width:104px;
height:140px;
padding-bottom:6px;
}

.gdirs{
clear:both;
width:1000px;
}

.gdir .foldername{
  font-size:.7em;
  color:#55a;
}


