/* image popup */

.imageWrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:0;
  z-index:10000;
  display:none;
}

.overlayImage {
  position:relative;
  width:200px;
  min-width:250px;
  min-height:250px;
  padding:22px;
  margin:0 auto;
  background:#6cae4a;
}

.overlayImage .close {
  position:absolute;
  top:4px;
  right:4px;
  width:16px;
  height:16px;
  background:url(/images/popup_close.png) no-repeat center;
  cursor:pointer;
  z-index:1000;
}