#overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
	width: 100%;
	height: 100%;
	z-index: 50;

}

#photo {
	position: fixed;
	z-index: 100;
	top: 48%;
	left: 30%;
}

#photo img {
	border: 10px solid black;
}



#gallery img{
	border: 1px solid #F2F2F2;
	margin-bottom: 2px;
	border-radius: 1%;

}
#gallery img:hover{
	border: 1px solid #A6CDE6;
	

}

li{
	list-style-type: none; /* Убираем маркеры */
}