/* outmost wrapper element, containing all elements  */
#featured-properties-carousel {
	width:580px;
	padding:0;
	margin-bottom:1em;
	background:#E5E5E5;
}

#featured-properties-carousel div.__scrollable {
	width:580px;
	overflow:hidden;
	position:relative;	
}

/* container for the scrollable items */
#featured-properties-carousel div.items {

}

/* single item */
#featured-properties-carousel div.items span.item {
	width:560px;
	padding:10px 10px;
	padding-bottom:0;
	display:block;
	float:left;
}


#featured-properties-carousel div.nav {
	padding:5px;
	padding-bottom:4px;
	background-color:#B5CDDF;
	border-top:1px solid #fff;
	position:relative;
	clear:both;
}

#featured-properties-carousel div.hr-transparent {
	background-color:#B5CDDF;
	margin:0;
}

#featured-properties-carousel ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
}

#featured-properties-carousel ul.tabs li {
	color:#B3D4EF;
	background:#1F4D7F;
	margin:0 2px;
	padding:2px 6px;
	float:left;
	display:block;
	cursor:pointer;
}

#featured-properties-carousel ul.tabs li.active {
	color:#1F4D7F;
	background:none;
}

#featured-properties-carousel a.play,
#featured-properties-carousel a.pause {
	font-size:11px;
	font-weight:bold;
	color:#1F4D7F;
	position:absolute;
	top:9px;
	right:5px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}


/* CONTENT */

h2.featured {
	margin:0;
	padding:10px;
	padding-bottom:6px;
	color:#B3D4EF;
	background:#1F4D7F;
	border-bottom:1px solid #fff;
}

#featured-properties-carousel div.picture {
	padding:2px;
	background:#fff;
	border:1px solid #8FABBF;
	float:left;
}

#featured-properties-carousel div.picture img {
	background:#fff;
	display:block;
}

#featured-properties-carousel div.info {
	margin-left:166px;
}

#featured-properties-carousel h3 {
	margin-top:0;
}

#featured-properties-carousel div.buttons {
	height:26px;
	margin-bottom:10px;
}

#featured-properties-carousel div.buttons img {
	margin-right:5px;
	float:left;
}