/* galleries' starter page */
div.galleryStarterStrip {
  overflow:auto;
  margin-bottom:15px;
  padding:5px 20px 5px 5px;
  background-color:#bbdcff;
  border:1px solid #005bbb;
}
div.galleryStarterStrip img {
  float:left;
}
div.galleryStarterStrip div.title {
  margin-left:210px;
}
div.galleryStarterStrip div.title p {
  font:26px/180% georgia;
  text-align:left;
  margin-top:25px;
}
div.galleryStarterStrip div.title p a {
  color:#000;
  border:none;
}
div.galleryStarterStrip div.title p a:hover {
  border-bottom:1px dashed #000;
}
/* one gallery */
#gallery a {
  border-bottom:none;
}
.thumbsRow {
  overflow:auto;
  margin-bottom:15px;
}
.thumbNoCaption {
  background-color:#fff;
  border:1px solid #555;
  border-top:1px solid #bbb;
  border-left:1px solid #bbb;
  float:left;
  margin-right: 14px;
  width:140px;
  height:100px;
  padding-top: 10px;
  text-align:center;
}
.last {
  margin-right:0;
}
.thumbNoCaption div {
  text-align:center;
  margin:auto;
  display:inline;
  background-color:red;
  vertical-align:middle;
  height:140px;
  line-height:140px;
}
.thumbNoCaption img {
  vertical-align:middle;
}