#sidebyside img {                       /* ID for SUBL section - to set width of images to max 50% when sitting side-by-side */
  max-width: 45%;
  margin: 10px 10px 10px 0;
}

.gallerypost46l {                        /* class for a 4x6 landscape postcard gallery */
  min-width: 320px;
  border: 0;
  padding: 0;
}

.post46l {                               /* class for displaying thumbnail of 4x6 landscape postcard with caption */
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
  width: 320px;
  height: 260px;
}

.post46l a {
  outline: none;
  border: none;
  display: block;
  width: 300px;
  height: 300px;
  text-align: center;
  text-decoration: none;
}

.post46l a:hover {color: #FF0099; }
.post46l a:focus {color: #FF0099; }
.post46l a:active {color: #FF0099; }