/* Pildid */
#pildid {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
}
#pildid a {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	padding: 1px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#pildid a:hover {
	border-color: #ff0;
}

#pildid img {
	border: 0 none;
	color: #fff;
}

#imgContainer {
	display: none;
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: #000;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
#imgHeader {
	position: fixed;
	left:0;
	right:0;
	top:0;
	height:25px;
	text-align: center;
}
#imgTitle {
	text-align: center;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: white;
}
#imgTitleContainer {
	position: relative;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#imgBody {
	position: fixed;
	top: 26px;
	bottom: 0;
	left: 0;
	right: 0;
}
#prevPic, #nextPic {
	position: fixed;
	width: 48px;
	height: 106px;
	top: 50%;
	margin-top: -53px;
	opacity: 0.8;
	filter: brightness(95%);
	cursor: pointer;
}
#prevPic:hover, #nextPic:hover {
	opacity: 1;
	filter: brightness(100%);
}
#prevPic {
	left: 0;
}
#nextPic {
	right: 0;
}
#pic {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.closeBtn {
	position: fixed;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	border: 3px solid #600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
}
.closeBtn:hover {
	filter: brightness(110%);
}