ul#featured-products {
	border-top: 1px solid #bdbebe;
	list-style: none;
	margin: 0;
	padding: 0;
	width:740px;
	float:left;
}
ul#featured-products li {
	position: relative;
	float: left;
	width: 33%;
	margin: 0;
	padding: 20px 0 30px 0;
	text-align: center;
}
ul#featured-products li h5 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0 .3em 0;
}
ul#featured-products li span {
	display: block;
}
ul#featured-products li a {
	text-decoration: none;
	color: #7e7e7e;
}
ul#featured-products li a:hover {
	text-decoration: underline;
}

a.home_random {
	height:110px;
	display:block;
}