#photo a {
  background-image: url('images/me1.png');
  width: 316px;
  height: 252px;
  display: block;
  margin-bottom: 10px;
}
#photo a:hover {
  background-image: url('images/me1.png');
}
#photo a .alt {
  display: none;
}
#photo {
  width: 326px;
  float: left;
  padding: 3px;
  margin: 0px;
}
.hiddenPic {
  display:none;
}

