
#latest_listings_slide {
	background:#E5E9F2 none repeat scroll 0 0;
	border:1px solid #BFD7DB;
	margin-left:0;
	padding-bottom:8px;
	padding-left:8px;
	padding-top:8px;
	width:99%;
}
#slider{
	float:left;
	width:90%;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:100%;
	height:206px;
	overflow:hidden; 
	}
#slider li {
	margin-left:3px;
}
	
	
span#prevBtn{
	float:left;
	border:none;
	height:226px;
	width:34px;
}
span#nextBtn{
	float:left;
	border:none;
}	
		
span#prevBtn a, span#nextBtn a{
	border:none;
}

span#prevBtn a img, span#nextBtn a img{
	border:none;
}

#left_arrow{
	background:url(../images/left_arrow.gif);
}

#right_arrow{
	background:url(../images/right_arrow.gif);
}

.property_data_item{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	float:left;
	margin:4px 2px;
	padding:4px;
	text-align:center;
	width:166px;
}

.property_data_item .city{
	color:#0D3A7B
}
.property_data_item div{
	width:100%;
}
.photo{
	background:#FFFFFF none repeat scroll 0 0;
	height:113px;
	padding:3px;
	width:150px;
}

#left_back{
	width:34px;
	float:left;
	}
