#pictureViewer{
	z-index:10001;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(116,1,30,.9);
	color:#F7F7F7;
}
img.Image{
	max-width:85%;
	max-height:85%;
	border-radius:5px;
}
#previousPicture{
	font-size:36px;
	font-weight:bold;
	color:#f7f7f7;
}
#nextPicture{
	font-size:36px;
	font-weight:bold;
	color:#f7f7f7;
}
#previousPicture a{
	color:#F7F7F7;
}
#nextPicture a{
	color:#F7F7F7;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#galeryContainer{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}
.galeryTable{
	clear:both;
	color:#74011E;
    margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:2px solid #74011E;
	border-radius:4px;
}
.galeryTable td img{
	border-radius:4px;
}
.galeryTable th, .galeryTable td {
   border: 2px solid #74011E;
   border-radius:4px;
}
#galeryLinks{
	clear:both;
	text-align:center;
}
#galeryLinks a{
	clear:both;
	text-decoration:none;
	margin:auto;
	margin-bottom:10px;	
}
#galeryLink{
	clear:both;
	border:2px solid #74011E;
	width:max-content;
}