img {
	border:none;	
}
.clear {
	clear:both;	
}
body.home #featured_box{
	border:1px solid #ccc;
	background:#f0f0f0;
	width:928px;
	height:400px;
	position:relative;
}
body.home #featured_box *{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
body.home #featured_images{
	background:#000;
	margin:10px;
	height:379px;
	width:508px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
body.home #featured_images>a{
	display:block;
	position:absolute;
	left:0;
	z-index:0;
	xdisplay:none;
}
body.home #featured_images a.selected{
	left:0;
	z-index:1;
	xdisplay:block;
}
body.home #featured_images a.selected+div.featured_desc{
	display:block;
}
body.home .featured_desc{
	background:#111;
	position:absolute;
	margin-bottom:10px;
	padding:20px !important;
	width:468px;
	left:0;
	bottom:0;
	display:none;
	z-index:10;
}
body.home .featured_desc h1{
	font-size:13px;
	color:#fff;
}
body.home .featured_desc p, body.home .featured_desc p a{
	font-size:11px;
	color:#fff;
}
body.home .featured_desc p a{
	color:#ffe81f;
}
body.home #featured_images a.selected{
	left:0;
	z-index:1;
	xdisplay:block;
}
body.home #featured_properties{
	position:absolute;
	right:0;
	top:0px;
	height:379px;
	width: 450px;
	margin: 10px;
	z-index:99;
}
body.home #featured_properties img.thumb{
	float:right;
	border:1px solid #000;
	margin:5px 5px 0 0;
}
body.home #featured_properties li{
	margin-left:50px;
	padding-left:15px;
	height:94px;
	background:url(../img/featured_item_bg.png) left bottom repeat-x;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor:pointer;
}
body.home #featured_properties li span.bed, body.home #featured_properties li span.bath{
	display:block;
	float:left;
	width:34px;
	height:20px;
	margin-right:20px;
}
body.home #featured_properties li span.bed{
	background:url(../img/featured_bed.png) right top no-repeat;
}
body.home #featured_properties li span.bath{
	background:url(../img/featured_bath.png) right top no-repeat;
}
body.home #featured_properties li.selected span.bed{
	background:url(../img/featured_bed_hover.png) right top no-repeat;
}
body.home #featured_properties li.selected span.bath{
	background:url(../img/featured_bath_hover.png) right top no-repeat;
}
body.home #featured_properties li.selected{
	padding-left:65px;
	margin-left:0;
	height:95px;
	background: url(../img/featured_item_seleted.png) right top no-repeat;
	border:none;
}
body.home #featured_properties li.selected img.thumb{
	margin:6px 6px 0 0;
}
body.home #featured_properties li.selected * {
	color:#fff;
}
body.home #featured_properties li:hover{
	background:url(../img/featured_item_hover_bg.png) left bottom repeat-x;
}
body.home #featured_properties li.selected:hover{
	background: url(../img/featured_item_seleted.png) right top no-repeat;
}
body.home #featured_properties h1, body.home #featured_properties h2, body.home #featured_properties p{
	font-size:13px;
	font-weight:normal;
	color:#484848;
	font-weight:bold;
}
body.home #featured_properties h1{
	padding-top:15px;
}
body.home #featured_properties h2 {
	background:none repeat scroll 0 0 transparent;
	clear:none;
	height:20px !important;
	margin:9px 0 !important;
}
body.home #featured_properties p{
}
body.home #featured_tag{
	background:#ff0;
	width:80px;
	height:78px;
	margin:10px;
	background:url(../img/featured_tag.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
