.news_one {
	width: 665px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: -2px;
	overflow: hidden;
	max-height: 50px;
}
.news_avatar {
    float: left;
    width: 52px;
	margin-right: 10px;
}
.news_content {
	padding-right: 20px;
}
.news_content_text {
	color: #4B636D;	
}
.news_date {
	color: #4B636D;
	font-weight: bold;
}
.news_time {
	color: #BFBFBF;
	
}

/* все для двух карусельных блоков по 3 новости */
#top_news {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top_news .top_news {
	float: left;
	width: 50%;
	height: 200px;
	display: none;
}

#top_news .top_news .top_news_cycle_wrapper {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle {
	width: 200px;
	height: 200px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item:nth-child(n+2):after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	width: 0;
	height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 11px 11px 11px 0px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item:nth-child(2):after {
	top: 24px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item:nth-child(3):after {
	top: 84px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item:nth-child(4):after {
	top: 144px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_cycle .top_news_item img {
	border-radius: 8px;
    width: 200px;
	height: 200px;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_controls {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 200;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_controls .top_news_controls_centered {
	width: 54px;
	height: 30px;
	margin: 0 auto;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_controls .top_news_controls_centered .top_news_controls_button {
	display: inline-block;
	margin: 8px 2px;
	width: 14px;
	height: 14px;
	background: url("/design/css/img/random_news_cycle_controls_button.png") no-repeat scroll 0 0 transparent;
}

#top_news .top_news .top_news_cycle_wrapper .top_news_controls .top_news_controls_centered .top_news_controls_button.selected {
	background: url("/design/css/img/random_news_cycle_controls_button_selected.png") no-repeat scroll 0 0 transparent;
}

#top_news .top_news .top_news_description {
	margin-left: 210px;
	height: 200px;
}

#top_news .top_news .top_news_description .top_news_item {
	border-top: 1px dotted #848484;
	padding-top: 3px;
	height: 51px;
    margin-bottom: 6px;
    overflow: hidden;
}

#top_news .top_news .top_news_description .top_news_item.first {
	border-top: 0;
}