.property {
	overflow: hidden;
	height: 1%;
	margin: 0 10%;
	background: #C2C6CF;
	font-family: 'trebuchet ms', sans-serif;
	margin-bottom: 20px;
	position: relative;
}

.property h3 {
	margin: 0;
	padding: 5px 0 5px 365px;
	background: #435373;
	color: #fff;
	font-size: 12px;
	border-top: 10px solid #fff;
}

.property h3 a {
	position: absolute;
	right: 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	top: 4px;
	padding: 13px 20px 0 0;
	background: url(../images/properties/map-pin.png) right 0 no-repeat;	
}

.slideshow-wrapper {
	width: 300px;
	margin-right: 60px;
	display: inline;/*ie*/
	float: left;
}

.controls {
	background: #595959;
	overflow: hidden;
	height: 1%;
}

.prev, .next {
	float: right;
	display: block;
	width: 18px;
	height: 17px;
	cursor: pointer;
	margin-top: 3px;
}

.prev {background:  url(../images/properties/prev.png) no-repeat;}
.next {background:  url(../images/properties/next.png) no-repeat;}

.slideshowNav {
	float: right;	
	padding: 0 7px;
}

.slideshowNav a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px;
}

.slideshowNav a.activeSlide {
	background: #7F8BA2;
}

.slideshow {

}

.property table {
	font-size: 10px;
	text-align: left;
	margin: 10px 0;
}

.property th {
	padding-right: 20px;
	vertical-align: top;
}

.property .features td, .property .features th {
	padding: 10px 0;
}


.right-info {
	position: absolute;
	list-style-type: none;
	right: 0;
	bottom: 30px;
}

.right-info li {
	padding: 1px 0;
}

.right-info a {
	display: block;
	background: #435373;
	padding: 4px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}


td#list {
	padding-top: 35px;
}

#secondaryNav {
	margin: 0 auto;
	padding: 0;
	width:500px;
	list-style: none;
	text-align: center;
}

#secondaryNav li {
	float:left;
	display: block;
	position: relative;
	font-size: 11px;
}

#secondaryNav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 10px;	
	display: inline-block;
}

#secondaryNav a:hover, #secondaryNav .current_page_item a,#secondaryNav .current_page_item li a:hover  {
	background: #7F8FA6;	
}

/*dropdown*/

#secondaryNav ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
	padding: 0;
	text-align: left;
	margin: -1px 0 0 0;
}

#secondaryNav ul li {
	display: block;
	font-size: 10px;	
}

#secondaryNav ul li a, #secondaryNav .current_page_item li a {
	display: block;
	background: #595959;
	width: 80px;
}

#secondaryNav li:hover ul, #secondaryNav li.over ul {
	display: block;
}

div.property table p {
	margin: 0;
}