.newselem {
	position: relative;
	border-bottom: #dedede solid 1px;
	padding: 5px;
	margin-bottom: 5px;
}

.newselem h3 {
	margin: 0px;
}

.ndate{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	font-weight: 900;
	margin: 0px;
}

.seemore {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: right;
	width: 100%;
	background: url(../images/ffforward.png) no-repeat center right;
}

#NewsList{
	overflow: auto;
}