div.hiliteBoxContainer {
	width: 900px;
	padding-left: 10px;
	overflow: hidden;
	}
	
div.hiliteBox {
	float: left;
	width: 174px;
	height: 150px;
	padding: 0px;
	margin-right: 6px;
	}

div.hiliteBox h2 {
	text-indent: -9000px;	
	}
	
#listingsBoxTitle {
	width: 174px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#listingsBoxTitle a {
	display: block;
	background: url("/site_graphics/bg_hilitebox_listings.jpg") no-repeat 0px 0px;
	height: 150px;
	text-indent: -9000px;
	}
	
#listingsBoxTitle a:hover {
	background: url("/site_graphics/bg_hilitebox_listings.jpg") no-repeat 0px -154px;
	}

#buyBoxTitle {
	width: 174px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#buyBoxTitle a {
	display: block;
	background: url("/site_graphics/bg_hilitebox_buy.jpg") no-repeat 0px 0px;
	height: 150px;
	text-indent: -9000px;
	}
	
#buyBoxTitle a:hover {
	background: url("/site_graphics/bg_hilitebox_buy.jpg") no-repeat 0px -154px;
	}
	
#sellBoxTitle {
	width: 174px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#sellBoxTitle a {
	display: block;
	background: url("/site_graphics/bg_hilitebox_sell.jpg") no-repeat 0px 0px;
	height: 150px;
	text-indent: -9000px;
	}
	
#sellBoxTitle a:hover {
	background: url("/site_graphics/bg_hilitebox_sell.jpg") no-repeat 0px -154px;
	}
	
#relocationBoxTitle {
	width: 174px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#relocationBoxTitle a {
	display: block;
	background: url("/site_graphics/bg_hilitebox_relocation.jpg") no-repeat 0px 0px;
	height: 150px;
	text-indent: -9000px;
	}
	
#relocationBoxTitle a:hover {
	background: url("/site_graphics/bg_hilitebox_relocation.jpg") no-repeat 0px -154px;
	}
	
#buildBoxTitle {
	width: 174px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#buildBoxTitle a {
	display: block;
	background: url("/site_graphics/bg_hilitebox_build.jpg") no-repeat 0px 0px;
	height: 150px;
	text-indent: -9000px;
	}
	
#buildBoxTitle a:hover {
	background: url("/site_graphics/bg_hilitebox_build.jpg") no-repeat 0px -154px;
	}
