div.home-info {
	position: relative;
}

#home-header {
	margin:0 10px 16px;
}

div#latest-blogs {
	margin:0 0 30px 10px;
}

div#latest-sightings {
	margin:0 282px 50px 10px;
	min-height: 223px;
}

div#latest-sightings ul {
	width: 247px;
}

div#latest-sightings ul a {
	display: block;
	margin: 10px 0;
	padding: 4px 2px 0;
	background: rgba(0, 0, 0, .8);
}

div#latest-sightings img {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}

ul.thumbbox>li {
	display: none;
}

div#featured-product {
	position: absolute;
	top: 108px;
	right: -30px;
	display: block;
	width: 332px;
	height: 292px;
	background: url(/images/hc_featured_product.png) left top no-repeat;
}

div#featured-product ul {
	list-style: none;
	position: absolute;
	top: 53px;
	left: 15px;
	display: block;
	width: 239px;
	height: 239px;
	overflow: hidden;
}

div#featured-product img {
	border: 0;
}

div#definition {
	margin: 0 10px 30px;
	font:18px/24px helvetica, sans-serif;
}

.recent-blogs {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #000;
}

.recent-blogs li a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 8px 4px;
	border-bottom: 1px dotted #000;
}