/* Your css here */
#imageContainer {
	position:relative;
	margin:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#imageContainer img
{
	position: absolute;
	top: 0px;
	left: -20px;
	clip:rect(80px, 635px, auto, 5px);
	top: -80px;
}

#imageCaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: transparent url(../images/bg_caption.png) repeat-x;
	z-index: 2;
}

#featuredPrev, #featuredNext
{
	float: left;
	margin: 5px 2px 3px 5px;
}

#featuredTitle
{
	margin: 7px 10px 5px 20px;
	float: left;
	font-weight: bold;
	color: #f8f689;
	font-size: 18px;
}

#featuredPrice
{
	margin: 10px 10px 7px 10px;
	float: left;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

#featuredView
{
	float: right;
	margin: 2px 10px 3px 20px;
	background: transparent url(../images/button.png) no-repeat;
	padding-right: 20px;
	width: 145px;
	height: 33px;
	border: none;
	font-weight: bold;
	color: #FFF;
}

#featuredListings
{
	text-align: center;
}

.featuredListingResult
{
	float: left;
	width: 210px;
	margin: 5px 12px 20px 12px;
	font-weight: bold;
	border: solid 2px #000;
	background-color: #800000;
	position: relative;
}

.featuredListingImage
{
	margin: 5px;
	width: 200px;
	height: 150px;
}

.featuredListingAddress
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: 900;
	background-color: #000;
	text-align: center;
	width: 100%;
	height: 16px;
	padding-top: 4px;
	overflow: hidden;
}
