#latestComments a {
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

#latestComments a img {
	background: white;
	padding: 1px;
}

#latestComment {
	display: none;
	position: absolute;
	background: url('commentBg.png') no-repeat;
	padding: 4px 4px 0 15px;
	width: 198px;
	height: 59px;
	line-height: 14px;
	overflow: hidden;
	color: white;
	z-index: 4000;
}

#latestComment div {
	width: 198px;
	height: 44px;
	overflow: hidden;
}

#latestComment span {
	font-weight: bold;
}
