.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%;
width: 80%;
height: 80%;
border-radius: 13px;
}

#close{
display: none;
position: absolute;
top: 3%;
left: 90%;
height: 48px;
width: 48px;
}

.boximg {
position: absolute;
top: 3%;
left: 2%;
width: 96%;
height: 94%;
}

.thumbnail{
	border-radius: 30px;
	height: 300px;
	width: 300px;
}

.selectors{
	display: none;
}

.nextimg{
position: absolute;
right: 3%;
top: 50%;
}

.previmg{
position: absolute;
left: 3%;
top: 50%;
}

.images a{
	text-decoration: none;
}