.property-list {
  position: relative;
	margin: 35px 0 0 0;
}
.property-list .scroll-left {
	text-align:right;
	position:absolute;
	margin: 45px 0 0 -45px;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size:11px;
	background: transparent url('../images/10/g-arrow-sml-left.gif') no-repeat right top;
	padding: 20px 0 0 0;
	width:40px;
	line-height:14px;
	cursor: pointer;
}
.property-list .scroll-right {
	position:absolute;
	margin: 45px 0 0 860px;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	font-size:11px;
	background: transparent url('../images/10/g-arrow-sml-right.gif') no-repeat left top;
	padding: 20px 0 0 0;
	width:40px;
	line-height:14px;
	cursor: pointer;
}
.property-list a.scroll-left:hover, .property-list a.scroll-right:hover {
	color:#e80011;
}
#content .properties {
	width: 2000em;
	height:170px;
	/*overflow:hidden;*/
	position: absolute;
	left: 0px;
  margin: 0;
}
#content .properties li {
	display:inline-block;
	margin: 0 5px 0 0;
	width: 176px;
	vertical-align: top;
}
.properties li a {
	background:#123167;
	text-decoration:none;
	text-align:center;
	display:block;
	padding: 7px 0;
	margin: 0;
	line-height: 1.5em;
	color:#fff;
}
.properties li a img {
	width:160px;
	height:120px;
}
.properties li a:hover, .properties li a.current {
	background:#174c76;
}
#content div#properties-wrapper
{
  overflow: hidden;
/*   overflow-x: auto; */
  position: relative;
  margin: 0.5em 1em 1em 1em;
  height: 170px;
}
