.photos1 {
   width:562px;
   height:562px; 
   position:absolute; 
   top:50%; 
   margin-top:-280px; 
   left:50%; 
   margin-left:-280px; 
   background-image:url(/imgs/photo1.png);
   background-repeat: no-repeat;
}
.photos1-close {
   width: 45px;
   height:45px;
   position: absolute;
   top: 30px;
   left: 0px;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
.photos2 {
   width:562px;
   height:562px; 
   position:absolute; 
   top:50%; 
   margin-top:-280px; 
   left:50%; 
   margin-left:-280px; 
   background-image:url(/imgs/photo2.png);
   background-repeat: no-repeat;
}
.photos2-close {
   width: 45px;
   height:45px;
   position: absolute;
   top: 30px;
   left: 0px;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
.photos3 {
   width:562px;
   height:562px; 
   position:absolute; 
   top:50%; 
   margin-top:-280px; 
   left:50%; 
   margin-left:-280px; 
   background-image:url(/imgs/photo3.png);
   background-repeat: no-repeat;
}
.photos3-close {
   width: 45px;
   height:45px;
   position: absolute;
   top: 30px;
   left: 0px;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
.photo1-small {
   width:100px;
   height:106px; 
   position:absolute; 
   top:20px; 
   left:80px; 
   cursor:pointer;
}
.photo2-small {
   width:100px;
   height:106px; 
   position:absolute; 
   top:80px; 
   left:30px; 
   cursor:pointer;
}
.photo3-small {
   width:100px;
   height:106px; 
   position:absolute; 
   top:100px; 
   left:110px; 
   cursor:pointer;
}
