#slider{
	height:336px;
	padding:4px 0 0 4px;
}
#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:636px;
	height:156px;
	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{
background:#FFF;
border:1px solid #BBBBBB;
float:left;
margin-right:10px;
margin-top:5px;
padding:5px;
text-align:center;
width:280px;
}

.property_data_item .city{
	float:left;
	text-align:left;
	font-size:14px;
	color:#2e7194;
	width:80px;
	padding-left:5px;
	padding-top:2px;
}
.property_data_item .bedbath{ 
	float:left;
	text-align:left;
	font-size:11px;
	color:#454545;
	width:110px;
	padding-left:5px;
	margin-bottom:6px;
}
.property_data_item .price {
	float:left;
	text-align:left;
	font-size:13px;
	color:#454545;
	width:110px;
	padding-left:5px;
	margin-bottom:8px;
}
.property_data_item .details {
	float:left;
	text-align:left;
	font-size:12px;
	color:#454545;
	width:110px;
	padding-left:5px;
}
.property_data_item div{
	
}
.photo{
	float:left;
	background:#FFFFFF none repeat scroll 0 0;
	height:113px;
	padding:3px;
	width:150px;
}

#left_back{
	width:34px;
	float:left;
	}