/*
 popup.js
*/
#content .listing li div.popup {
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: #000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 9900 !important;
}

.popup_link {
  cursor: pointer;
}

.popup_draghandle {
  cursor: move;
}

