body {
	counter-reset: newslist 0;
}
.specii_short_new {
	display: block;
	position: relative;
	counter-increment: newslist 1;
}
.specii_full_new .specii_new_cnt ,
.specii_short_new .specii_new_cnt {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	position: relative;
}
.specii_short_new .specii_new_cnt{
	border-top: 2px solid #888;
	max-height: 350px;
	overflow: hidden;
}
.specii_short_new:before {
	content: counter(newslist);
	position: absolute;
	display: block;
	top: -16px;
	left: -20px;
	background: #444;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	font-family: Arial;
	box-sizing: border-box;
	z-index: 2;
}
.specii_short_new:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background: url(img/white_grd.png) repeat-x;
	box-sizing: border-box;
	z-index: 2;
}
.read_more_lnk {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.paging_item {
	padding: 7px;
}
.paging_item.current {
	border-bottom: 2px solid #888;
}

.spcii_vk_group_moderate {
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 1000px;
}