.photoalbum {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 920px;
  min-height: 530px;
  margin-left: -460px;
  z-index: 1000;
  padding: 0px;
  background-color: white;
  border: 2px solid #CCC;
  display: none;
}

.photoalbum_name {
  height: 20px;
}

.thumbwrapper {
  padding: 15px;
}

.thumbwrapper img {
  border: 2px solid #CCC;
  margin-left: 7px;
  margin-right: 5px;
  margin-bottom: 8px;
}

.thumbwrapper img:hover {
  border: 2px solid yellow;
}

.thumbwrapper_header {
  height: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.thumbwrapper_closebutton_container {
  float: right;
}

.thumbwrapper_closebutton {
  text-decoration: none;
  color: #0052A3;
}

.thumbwrapper_closebutton:hover {
  color: #1A8DFF;
}
