#promo_properties #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #3F6DAE;
  padding: 5px;
  margin: -31px 0 0 -31px;
  z-index: 1000;
}

#promo_properties {
  text-align: center;
  margin: 0;
  padding: 0;
}

#promo_properties ul {
  text-align: center;
}

#promo_properties h2 {
  text-align: left;
}

#promo_properties h3, #promo_properties .title{
  text-align: left;
  margin: 0 0 5px 0;
  background: none;
  padding: 0;
  font-size: 12px;
}

#promo_properties .promo_info ul {
  text-align: left;
  padding: 5px;
  width: 312px;
  max-width: 312px;
  margin: 0;
}

#promo_properties .photo img {
  margin: 0 5px 0 0;
}

#promo_properties .PBimg {
  cursor: pointer;
  position: relative;
  margin: 0 5px 5px 0;
  list-style:none;
  float:left;
  border:1px solid #8691aa;
  padding:1px;
}

#promo_properties #promo_view {
  position:absolute;
  top:68px;
  left:-6px;
  *>top:-150px;
  *>left:-240px;
  background: #fff;
  display: none;
  text-align: left;
  width: 316px;
  height: 154px;
  border: 1px solid #5F5F5F;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#promo_properties .PBprice {
  position: absolute;
  astop: 2px;
  bottom: 1px;
  left: 0;
  font: 10px Arial;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 1px 0 0px 1px;
  margin-left:1px;
  width: 69px;
}

#promo_properties #promo_view .PBclose {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #5F5F5F;
  padding: 2px 5px 2px 5px;
  color: #fff;
  font: 10px Arial;
  -moz-border-radius-topleft: 3px;
  border-left: 2px solid #5F5F5F;
}

#promo_properties #promo_view .pagination {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5F5F5F;
  padding: 2px 5px 2px 5px;
  color: #fff;
  font: 10px Arial;
  -moz-border-radius-topleft: 3px;
  border-left: 2px solid #5F5F5F;
}