body{
	margin:0;
	padding:0;
	background:url(../images/mainbackgroundbold.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

.round-display{
  min-width: 500px;
  max-width: 90%;
  height: 60%;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.6);
  margin: 8% auto;
  padding: 15px;
  background-color: white;
}

.round-display-sm{
  min-width: 100px;
  max-width: 25%;
  height: 60%;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.6);
  margin: 8% auto;
  padding: 15px;
  background-color: white;
}

.listing-thumb {
  position: relative;
  top: auto;
  margin:auto;
  display: block;
  max-width:150px;
  max-height:85px;
  width: auto;
  height: 100%;
}

.property-body{
  max-width: 95%;
  height: 60%;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.6);
  margin: auto;
  //background:url(../images/tablebg.jpg) no-repeat center center fixed;
  background-color: white;
}

.details-gallery-sm {
  //border: 1px solid black;
  height: 85px;
  width: 150px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}

.main-img-block {
  margin: auto;
  display: block;
  max-width:400px;
  max-height:300px;
  width: auto;
  height: auto;
}

.listing {
  min-width: 100px;
  margin: 10px;
  padding-bottom: 5px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.listing-nb {
  min-width: 100px;
  margin: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}
