.piGal {
  float: left;
  padding: 1px;
  margin-bottom: 40px;
  width: 350px;
}

.piGal img {
  max-width: 350px;
  height: auto;
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;  
  border-bottom: 1px solid #dadada;  
  border-top: 1px solid #dadada;
}

.photoset-cell {
  padding: 1px;
}

.photoset-row {
  padding-top: 4px;
  padding-bottom: 10px;
}

#cboxNext {
  left: unset;
  bottom: 50%;
  right: 0px;
}

#cboxPrevious {
  bottom: 50%;
}

#cboxClose {
  bottom: inherit;
  top: 0;
}

@media only screen and (max-width: 350px) {
  .piGal {
    width: 300px;
  }
  .piGal img {
    max-width: 300px;
  }
  .photoset-row {
    width: 300px;
  }
}