.news-view {
	width: 280px;
	float: left;
	padding: 0 20px;
}

#right .news-view {
	width: 298px;
	padding: 0;
}

.news-view .el {
	margin-bottom: 20px;
}

.news-view .image,
#news-page .image,
#news-message .image {
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
	padding: 4px;
}

.news-view .image:hover,
#news-page .image:hover {
	border-color: #aaa;
}

.news-view h3 a {
	height: 20px;
	overflow: hidden;
}

.news-view .desc {
	max-height: 54px;
	overflow: hidden;
	margin: 0;
	line-height: 18px;
}

.news-view .elements {
	height: 120px;
	position: relative;
}

.news-view .elements .el {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 260px;
	height: 85px;
	background: #fff;
}

.news-view .more {
	padding-left: 20px;
}

#news-nav {
	position: absolute;
	top: 28px;
	right: 20px;
	z-index: 3;
}

#news-nav a {
	width: 4px;
	height: 7px;
	background: red;
	display: block;
	text-decoration: none;
	float: left;
	background: url('../img/arrows.gif') no-repeat;
}

#news-nav .previous {
	margin-right: 10px;
}

#news-nav .next {
	background-position: -4px 0;
}

#news-nav .previous:hover {
	background-position: 0 -7px;
}

#news-nav .next:hover {
	background-position: -4px -7px;
}

#news-nav .link {
	display: none;
}

#news-page,
#news-message {
	padding: 0 20px;
}

#news-page .el {
	margin-bottom: 25px;
}

#news-page .overflow {
	overflow: hidden;
}

#news-page .desc {
	margin: 0;
}

#news-message .image {
	margin: 0 20px 15px 0;
}

#news-message .header {
	font-size: 15px;
}