#featuredListings
{
	overflow:hidden;
	width:100%;
	position: relative;
	height: 348px;
}

.featuredListingItem
{
	padding:10px 5px 5px 10px;
	height:72px;
	background-image:url('../images/whitebox_bottom.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
	overflow:hidden;
}

.featuredListingItem .featuredListingItemDesc
{
	float:left;
	width:155px;
}

.featuredListingItem .featuredListingThumb {
	float:left;
	width:67px;
	text-align: right;
}

.featuredListingItem p
{
	margin:3px 0px;
	height: 33px;
	overflow: hidden;
}

.featuredListingItem .pricing
{
	font-weight:bold;
	margin:0;
	height: 14px;
}

.featuredListingItem a.iconbtn
{
	height:21px;
	width:21px;
	padding-left:0px;
}

.featuredListingItem a.iconbtn img
{
	background-color:#ffffff;
}

.featuredListingItem a.iconbtn:hover img
{
	background-color:#a5cb38;
}

.featuredListingItem a.iconbtn span
{
	background-color:#ffffff;
}

.featuredListingItem a.iconbtn:hover span
{
	background-color:#a5cb38;
}

.featuredListingItem a.iconbtn img
{
	margin:0;
	float:none;
}




.featuredListingDetail, .featuredListingDetail2, .featuredListingDetail3, .featuredListingDetail4 {
	position: absolute;
	top: 88px;
	left: 0;
	z-index: 50;
	border: 1px solid #D0D0D0;
	height: 258px; 
	overflow: hidden;
	width: 238px;
	background: #FFF;
}

.featuredListingDetail2 {
	top: 446px;
}

.featuredListingDetail3 {
	top: 804px;
}

.featuredListingDetail4 {
	top: 1162px;
}

.moveItem, .moveItem2, .moveItem3, .moveItem4 {
	position: absolute;
	top: 0;
	z-index: 50;
	width: 225px;
}

.moveItem2 {
	top: 358px;
}

.moveItem3 {
	top: 716px;
}

.moveItem4 {
	top: 1074px;
}
