
#latest_listings_slide {

	width:925px;
	
}
#slider{
	height:925px;

	float:left;
}
#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:925px;
	height:206px;
	overflow:hidden; 
	}
	
	
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{


float:left;
margin:3px 4px;
padding:5px;
text-align:center;
width:165px;
}

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

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