.backdrop{

position: absolute;

display: none;

top: 0px;

left: 0px;

background-color: #000;

opacity: 0;

height: 100%;

width: 100%;

}



.box{

position: absolute;

display: none;

background-color: white;

opacity: 0;

top: 10%;

left: 10%;

top: 77%;

left: 26%;

border-radius: 13px;

}



.boximg {

position: absolute;

top: 3%;

left: 2%;

width: 96%;

height: 94%;

}



.thumbnail{

	

	height: 200px;

	width: 200px;

	margin-right: 41px;

	margin-top:15px;
	border: 2px solid #fff;
border-radius: 5px;

}


.selectors {
display: none;
position: relative;
top: -480px;
}



.nextimg{

position: absolute;

right: -10%;

top: 50%;
font-size: 35px;
cursor:pointer;
}



.previmg{

position: absolute;

left: -10%;

top: 50%;
font-size: 35px;
cursor:pointer;

}



.images a{

	text-decoration: none;

}
.close-gallery {
position: absolute;
right: -10px;
top: -10px;
background: #000;
width: 30px;
height: 28px;
text-align: center;
border-radius: 50%;
padding-top: 2px;
cursor:pointer;
}