#neighborhood {
	width: 1500px;
	background-color: #eee;
	height: 380px;
}
#neighborhood .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color: #333;
}
#neighborhood .image img {
	border-left: 1px solid #000;
}
#neighborhood .image.first {
	width: 480px;
}
#neighborhood .image.first img {
	border-left: none;
}