#lGallery {
	width: 400px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

#lGallery img {
	margin: 2px solid #ccc;
}

#lThumbs {
	clear: both;
}

#lThumbs img {
	border: 1px solid #fff;
	cursor: pointer;
}

#lThumbs img:hover {
	border: 1px solid #66999A;
}

.houseThumb {
	width: 100px;
	margin-right: 8px;
	margin-top: 5px;
}

