img {
 
}
#reflect {
  position:absolute;
  right:0px;
  top:0px;
}

.img {
  cursor:pointer;
    
}
.title {
  font-weight:bold;
  font-family:arial, sans-serif;
  font-size:12px;
  margin-top:-5px;
  width:100px;
  text-align:center;
  display:none; /* hidden by default */
  background-color:#a4aafc;
  border:1px solid #000000;
}
#greyout {
  position:absolute;
  top:-150px;
  left:-400px;
  height:850px;
  width:1380px;
  background:url(../images/greyoutbg.gif) repeat;
  filter:alpha(opacity=85);
  -moz-opacity:0.8;
}
#fulldiv {
  position:absolute;
  top:65px;
  left:450px;
  background-color:#273d63;
  border:1px solid #000000;
}
#fullimg {
  border:1px solid #000000;
  margin:20px;
  margin-bottom:10px;
}
#close {
  margin-left:20px;
  margin-bottom:20px;
}

