#MsgList_link {

	position: absolute;
	top: 290px;
	left: 95px;
	width: 110px;
	height: 25px;
	background-color: transparent;
	border: 0px solid yellow;

}

#content {
	width: 300px;
	margin: 30px auto 0;
	background: #fff;
	border: solid 0px #ccc;
	padding: 0px;
}

ul#nTicker {
	width: 280px;
	height: 230px;
	overflow: hidden;
	top: 10px;
}

ul#nTicker li {
	width: 280px;
	height: 55px;
	padding: 0px 0px 0px 0px;
	margin: 10px;
	margin-bottom: 0px;
	border-top: 0px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 0px dashed #ccc;
	border-right: 02px dashed #ccc;
}

#news-container { width:300px; }

#news-container .thumbnail { float:left; margin-top: 10px; width:34px; }

#news-container .info { display: block; float:right; width:230px; font-size:10px; color:#000000; margin-top: 4px; }

#news-container .info span.cat { display: block; font-size:10px; color:#808080; }

 

.clear { clear: both; }