.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% !important;
height: 25% !important;
border-radius: 0px;
}

.boximg {
position: absolute;
top: 3%;
left: 2%;
width: 973px;
height: 376px;
}

.thumbnail{
	border-radius:0px;
	height: 250px;
	width: 250px;
}

.selectors{
	display: none;
}

.nextimg{
position: absolute;
right: 3%;
top: 21% !important;
}

.previmg{
position: absolute;
left: 3%;
top: 21% !important;
}

.images a{
	text-decoration: none;
}