
#gallery {
  
}

#gallery .photo {
  float: left;
}

/* #gallery .photo a {
  background: red;
} */

#gallery .photo a img {
  border: 0;
  padding: 2px;
  margin: 2px;
  border: 1px solid #eee;
  width: 100px;
  height: 80px;
}

#gallery .photo a:hover img {
  background: #CCC;
}

/* #gallery .photo a:hover {
  background: #EEE;
} */
