.selectpropertieswrap {
		width: 980px;
		height: 275px;
		margin: 0 auto 27px;
		padding: 0 0 0 0;

}

.selectleft {
		width: 301px;
		height: 256px;
		margin: 18px 38px 0 0;
		float: left;
		display: inline;
		background: transparent url(images/selectproperty_bg.png) no-repeat;
		position: relative;
}

.selectright {
		width: 301px;
		height: 256px;
		margin: 18px 0px 0 0;
		float: right;
		display: inline;
		background: transparent url(images/selectproperty_bg.png) no-repeat;
		position: relative;
}

img.select {
		width: 281px;
		height: 169px;
		margin: 10px 0 0 10px;

}

.selectcity {
		width: 281px;
		height: auto;
		margin: -5px 0 0 0;
		padding: 0 10px 0 10px;
		text-align: center;
		font-size: 15px;
		font-family: "Lucinda Grande", "Lucinda Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 600;
		letter-spacing: -.5px;
		
}

.selectcity a, .selectcity a:visited{
		color: #1F3002;
}

.selectcity a:hover {
		color: #E95320;
}

.selectprice {
		width: 281px;
		height: auto;
		margin: 0px 0 -3px 0;
		padding: 0 10px 0 10px;
		text-align: center;
		font-size: 17px;
		color: #1F3002;
		
}

.view {
    width: 72px;
    height: 72px;
    background: transparent url(images/view_bg.png) left no-repeat;
    padding: 0px;
    margin: 0 0 0 0;
    position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	color: #FFF;
	
    }
