div.jqmOverlay {
  background-color: #555;
  z-index: 4999;
}

div#exifwindow {
  display: none;

  position: fixed;
  top: 5%;
  left: 50%;

  margin-left: -224px;
  width: 448px;
  height: 560px;

  color: #000;
  background-color: #fff;
  border: 3px solid #ccc;
  padding: 0;
  z-index: 5000;
  overflow: hidden;
}

div.exifwindow_content {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 522px;
  overflow: auto;
  text-align: center;
}

div.exifwindow_header {
  display: block;
  width: 100%;
  position: relative;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

div.exifwindow_header_caption {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

div.exifwindow_header_buttons {
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 14px;
  height: 28px;
}
