/* --- Photo --- */

#photo-viewer {
  border-top:3px solid #333;
  border-bottom:3px solid #333;
  margin-bottom:20px;
  padding:17px 0;
}

#photo-viewer .col3 {
  float:right;
  margin:0;
}

#photo-thumbs a img {
  width:49px;
  height:49px;
  display:block;
  float:left;
  padding:4px;
}
#photo-thumbs a:hover img {
  background:#333;
}

p#desc {
  height:20px;
  margin:0;
}