@charset "UTF-8";
/* CSS Document */

ul.propertyImageArea {
	margin: 10px auto;
    width:100%;
	}
ul.propertyImageArea li {
	float: left;
	background: #FFF;
	text-align: center;
    width:32%;
    margin: 0.5% 0.5% 0% 0.5%;
	}
ul.propertyImageArea li a {
	border: 1px solid #fff;
	padding: 2px;
	background: #FFF;
	display: block;
	text-align: center;
    vertical-align: middle;
    width:100%;
    height:250px !important;
	}
ul.propertyImageArea li a img {
    max-width: 100%;
	max-height: 100%;
	}
ul.propertyImageArea li span {
	font-size: 1em;
	display: block;
    margin: 5px 0 0;
    text-align: left;
    line-height: 1.3em;
	}

@media screen and (max-width:767px) {
ul.propertyImageArea li {
	float: left;
	background: #FFF;
	text-align: center;
    width:49%;
    margin: 0.5% 0.5% 0% 0.5%;
	}
ul.propertyImageArea li a {
	height:160px !important;
	}
}