﻿/* property layout */
.featpropertycont
{	
}
.featproperty
{
	height:auto;
	display:inline;
	float:right;
	margin:10px;
	padding:10px;
	border:1px solid gray;
	position:relative;
	width:380px;
}
.featproperty a
{
	display:block;
	height:345px; /* phots + icons*/
	width:100%;
	text-indent:-100000px;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
	border:1px solid red;
}
.featpropertylocation
{
	width:210px;
	float:left;
	height:50px;
}
.featpropertylocation h2
{
	margin:0px;
	font-size:large;
}
.featpropertydetails
{
	clear:both;
}
.featpropertyphotos
{
	height:280px;
	vertical-align:middle;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
}
.featpropertyphotos img
{
	border-style:none;
}
.featpropertyicons
{
	display:block;
	height:50px;
	float:right;
	font-size:large;
}
#featbeds
{
	display:inline;
	vertical-align:top;
}
#featbaths
{
	display:inline;
	vertical-align:top;
}
#featcars
{
	display:inline;
	vertical-align:top;
}
.featpropertyfooter
{
	clear:both;
}
/* featured property slideshow */
/*.slideshow {
    position:relative;
    height:350px;
}

.slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slideshow img.active {
    z-index:10;
}

.slideshow img.last-active {
    z-index:9;
}*/
