#news-left-latest {
	width: 350px;
	float: left;
}

#news-left-latest-block {
	border-right: 1px solid #bbb;
	padding-right: 15px;
}

#news-left-latest-block a {
	color: #808080;
	text-decoration: underline;
}

#news-left-latest-block a:hover {
	color: #f00;
	text-decoration: none;
}

#news-left-latest-block .news-latest-desc {
	text-align: justify;
}

#news-left-latest-block .more-link {
	text-align: right;
}

.news-single-item {
	padding-left: 365px;
}

#news-left-latest li {
	float: none !important;
	display: list-item;
	height: 130px;
}

#carusel-button-prev-news-left {
	background: url("../img/button_ver_prev_active.png") no-repeat scroll top center transparent;
	margin-left: 140px;
	width: 57px;
	height: 56px;
	cursor: pointer;
	margin-bottom: 10px;
}

#carusel-button-next-news-left {
	background: url("../img/button_ver_next_active.png") no-repeat scroll top center transparent;
	margin-left: 140px;
	width: 57px;
	height: 56px;
	cursor: pointer;
	margin-top: 10px;
}









