#news {
	height: 405px;
	width: 910px;
	overflow: auto;
}

#news #items-wrap {
	width: 1880px;
	overflow: hidden;
}

#news ol#items {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 1890px;
	overflow: hidden;
}

#news ol#items li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	width: 240px;
	height: 360px;
	overflow: hidden;
	background: #262626;
}

#news ol#items li .image {
	width: 240px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

#news ol#items li .date {
	font-size: 28px;
	line-height: auto;
	font-weight: bold;
}

#news ol#items li .headline {
	margin: 10px 0 0 0;
	color: white;
	font-weight: bold;
}

#news ol#items li p {
	margin: 4px 0 10px 0;
}