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

