/* CUSTOM CSS */

#promos {
	position:absolute;
	top:142px;
	left:25px;
}

#promos li a {
	width:238px;
	height:86px;
	display:block;
	margin-bottom:20px;
	text-indent:-9999em;
	opacity:.9;
}

#promos li a:hover {
	opacity:1;
}

#promos li#promo1 a {
	background: transparent url("/siteimages/featured-properties.png") no-repeat;
}

#promos li#promo2 a {
	background: transparent url("/siteimages/new-listings.png") no-repeat;
}

#promos li#promo3 a {
	background: transparent url("/siteimages/home-value.png") no-repeat;
}


