#box1{
      border: 1px solid black;
background-color:rgba(0, 0, 0, 0.7);
   border-radius:10px;
   border-width:2px;
   width:622px;
   height:430px;
   position:absolute;
   left:330px;
   top:160px;
}
#box1 img{
 height:400px;
 width:600px;
  margin:10px;
}
#LastImage{
  border: 1px solid black;
background-color:rgba(0, 0, 0, 0.7);
   border-radius:10px;
   width:23%;
   border-width:2px;
 cursor:pointer;
position:relative;
left:20px;
bottom:22px;
cursor:pointer;
}
#NextImage{
  border: 1px solid black;
  width:23%;
background-color:rgba(0, 0, 0, 0.7);
   border-radius:10px;
   border-width:2px;
cursor:pointer;
position:relative;
left:450px;
bottom:50px;
	
}
#li:hover{
 color:red;
 font-size:19px;
 }
 #ni:hover{
 color:red;
  font-size:19px;
 }