.footer {
	position: absolute;
	bottom: 7px;
	right: 7px;
	right: 7px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;

	text-align: right;
}

.photoShow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 0;
}

.photoMain {
  position: relative;
  margin: 0 auto;
  min-height: 100px;
}

.photoTitle {
  display: block;
  margin: 0 auto;
  height: 64px;

  font-weight: 700;
  font-size: 14px;
  line-height: 64px;
  text-align: center;

  user-select: none;
}

.currentPhoto {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 100%;
  max-width: calc(100% - 150px);
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 100;

  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;

  cursor: pointer;
}

.currentPhoto.last {
  cursor: default;
}

.currentPhoto.loading {
  filter: blur(10px);
  opacity: .5;
}

.closePhoto {
  position: absolute;
  top: 60px;
  right: 60px;

  text-decoration: none;
  text-align: right;
  font-size: 26px;
  font-weight: 400;
  color: #000;

  opacity: .2;
  cursor: pointer;
  z-index: 100;

  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.closePhoto:hover {
  opacity: .4;
}

.photoNavigation {
  position: relative;
  margin-top: -16px;
  height: 16px;
  width: 100%;

  text-align: center;
  font-size: 24px;
  line-height: 16px;

  user-select: none;
  z-index: 1000;
}

.photoArrow {
  text-decoration: none;
}

.photoArrow.unactive {
  cursor: default;
  opacity: .4;
  pointer-events:none;
}

.photoNavThumbs {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;

  right: 0;
  top: -16px;

  text-decoration: none;

  background: url("/img/thumbnails.png");
  background-size: 16px 16px;

  opacity: .8;
}