	
	#newsblock { width:530px; height:200px; padding:5px; border:1px solid #f2f2f2; }
	#newsblock .news { display:block; color:#777; font:12px "Trebuchet MS", "MS Sans Serif", georgia; text-decoration:none }
	#newsblock .news:hover { color:#111; }
	
	#newsblock .hot {
	float:left;
	width:300px;
	height:200px;
	margin-right:5px;
}
	#newsblock .hot a {
	margin-top:135px;
	padding:5px;
	position:absolute;
	z-index:99;
	display:block;
	width:290px;
	text-decoration:none;
	color:#000000;
	line-height:13px;
	left: 16px;
	top: 89px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
	#newsblock .hot a span {
	display:block;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	color:#000000;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 21px;
}
	#newsblock .hot a:hover {
	color:#000000;
}
	#newsblock .hot a:hover span {
	color:#000000;
}
	#newsblock .hot div {
	margin:135px 0 0 0px;
	position:absolute;
	z-index:95;
	display:block;
	width:300px;
	height:65px;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
}
	
	
	
