@charset "utf-8";

#overlappopup{ /*div containing enlarged image. Don't change id name. */
position: absolute; /*don't change position property */
z-index: 1000;
background: white;
border: 1px solid black;
padding: 10px;
top: 0px;
left: 0px;
visibility: hidden;
}

