#forum_highlights {
	display: block;
	width: 706px;
	text-align: center;
	margin: 1em auto;
	font-size: 9px;
}
#forum_highlights p {
	margin: 0.25em;
}
#forum_highlights ul.highlights {
	list-style: none;
	padding: 1px;
	margin: 0;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html #forum_highlights ul.highlights {
	height: 1%;
}
/* End hide from IE-mac */
#forum_highlights ul.highlights li.highlight {
	list-style: none;
	background-color: #613030;
	float: left;
	padding: 2px;
	margin: 2px 1px;
}
#forum_highlights ul.highlights li.highlight a {
	display: block;
	width: 160px;
	padding: 4px;
	max-height: 120px;
	overflow: auto;
	font-size: 9px;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #222;
	color: #aaa;
	border: 1px solid #222;
}
#forum_highlights ul.highlights li.highlight a:hover {
	background-color : #331111;
	color: #eee;
	border-color: #faa;
	text-decoration: none;
}
#forum_highlights ul.highlights li.highlight a img {
	width: 160px;
	height: 50px;
	display: block;
	text-decoration: none;
	background: #FF9999 url(/images/highlights/generic.png) no-repeat;
}
