.page-link-img,
.gallery-item-img {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
}

.page-link,
.gallery-item {
  display: inline-block;
  margin: 5px;
  border: 1px dotted #999;
  padding: 5px;
  vertical-align: top;
  cursor: pointer;
}

.page-link:hover,
.gallery-item:hover {
  background-color: #2a6496;
  border: 1px solid black;
}

.page-link>a,
.gallery-item>a {
  word-wrap: break-word;
  width: 128px;
  display: block;
  text-align: center;
  font-size: 75%;
}

.page-link>a:hover,
.gallery-item>a:hover {
  text-decoration: none;
}

.page-link:hover>a,
.gallery-item:hover>a {
  color: #D6DDFF;
}

.page-link-img>a,
.gallery-item-img>a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.gallery-overlay-film {
  background: transparent url("/img/video-overlay.png") no-repeat;
}

.gallery-overlay-audio {
  background: transparent url("/img/audio-overlay.png") no-repeat;
}

.gallery-overlay-album {
  background: transparent url("/img/album-overlay.png") no-repeat;
}

.gallery-overlay-picture {
  background: transparent url("/img/picture-overlay.png") no-repeat;
}