.hr
{
  width: 100%;
  height: 3px;
  margin: auto;
  color: #EEE;
  background-color: #EEE;
  border: none;
}
.rect_property_image
{
  display: inline-block;
  float: left;
  margin: .1em .5em .1em 0;
  margin: 0 .5em .3em 0;
  text-align: center;
  border: 1px solid silver;
  border-radius: 0 0 10px 10px;
  border-radius: 10px;
}
.property_image_img
{
  vertical-align: middle;
  border-radius: 0 0 10px 10px;
}
.property_image_title
{
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: rgb(0,0,0) 0px 1px 2px;
  padding: .5em;
  bborder-bottom: 1px solid silver;
  border-radius: 10px 10px 0 0;
}
.property_image_title.sold
{
  color: white;
  background-color: red;
}
.property_image_title.for_sale
{
  color: white;
  background-color: #428bca;
  background-color: blue;
}
.rect_property_images {
  text-align: center;
}

.property_images {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: .1em auto;
  text-align: center;
  border: 1px solid silver;
  border-radius: 10px;
}
