#philslideshow {
	position:fixed; 
	background: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.8); 
	padding: 3%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: sans-serif;
	z-index: 100;
}
#philslideshow.hidden { display: none; }
#pssholder { text-align: center; height: 100%; width: 100%; white-space: nowrap; }
#philslideshowimg {
	max-height: 100%;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
#pssspacer { display: inline-block; vertical-align: middle; height: 100%; width: 0; }
.nav-column {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 64px;
}
.navigation .prev {
  left: 0;
}
.navigation .next {
  right: 0;
}
.nav-btn, #pssclose {
  background: rgb(0 81 118 / 85%);
  color: #FFF;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  position: absolute;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.navigation .nav-btn:hover, #pssclose:hover {
  background: rgb(0 81 118 / 100%);
}
.navigation .nav-btn {
  width: 34px;
  height: 34px;
  padding: 5px;
  margin: 0 10px;
  top: calc(50% - 40px);
  left: 0;
  font-size: 29px;
}
#pssclose {
	top: 15px;
	right: 15px;
	padding: 6px 10px 4px;
	font-size: 20px;
	z-index: 11;
}
#psscaption {
	position: absolute;
	bottom: 1.5%;
	left: 64px;
	right: 64px;
	padding: 8px 10px;
	background: rgba(0,0,0,0.4);
	color: #FFF;
	text-align: center;
	font-size: 20px;
	
}