#thumbfeed {
	overflow:hidden;
}
#thumbfeed div {
	float:left;
	padding-right:10px;
}
#thumbfeed img {
	width:140px;
	height:90px;
}
#thumbfeed a {
	position:relative;
	display:block;
	width:140px;
	height:90px;
	overflow:hidden;
	text-decoration:none;
}
#thumbfeed a {
	position:relative;
	display:block;
	width:140px;
	height:90px;
	overflow:hidden;
	text-decoration:none;
}
#thumbfeed a .title {
	position:absolute;
	top:0;
	left:0;
	display:none;
	padding:5px;
	width:130px;
	height:80px;
	color:#fff;
	font-size:12px;
	line-height:1.2;
	background:#000000;
	opacity: 0.6;
}
#thumbfeed a:hover .title {
	display:block;
}
