#nextprev { width: 700px; margin: 10px auto; padding: 0; }
#nextprev #prev.button { float: left; margin-left: 10px; }
#nextprev #next.button { float: right; margin-right: 10px;  margin-bottom: 20px; }
#nextprev #next.button:after { content: ''; clear: both; display: block; }

.news {
	width: 700px;
	
	margin: 10px auto 60px auto;
	padding: 0;
	
	text-align: left;
	color: #000;
	
	position: relative;
}

.news .headline {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font-size: 19px;
	
}

.news .headline a {
	color: #000;
	display: block;
	border-bottom: solid 5px #7ea3dc;
}

.news div {
	float: left;
	margin: 0;
	padding: 10px 0 !important;
}

.news .date {
	margin: 0;
	padding: 0 !important;
	
	color: #000;
	text-align: right;
	font-size: 13px;
	clear: both;
	
	float: right;
}

.news .image {
	width: 160px;
	height: 120px;
	
	margin-top: 5px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.news .description {
	width: 530px;
	padding: 5px;
	text-align: justify;
}

.news .description.short {
	height: 120px;
	overflow: hidden;
}

.news .description.short:after {
	content: '';
	display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.news:after {
	content: ' ';
	clear: both;
	display: block;
}

.news:hover > a.more, .news:active > a.more { opacity: 1; bottom: -10px; }
