.belt{
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	max-width: 100%;
}

.belt .title{
	margin: 50px auto 20px auto;
	text-align: center;
	font: bold 25px/normal Helvetica, Arial, sans-serif;
	color: #666;
}
.belt .title span{
	color: #90b866;
}

.belt .beltWrapper{
	position: relative;
	height: 280px;
	z-index: 0;
}
.belt.separatePage .beltWrapper{
	height: 378px;
	background-color: #e4e6e9;
	padding: 10px 0 0 0;
	z-index: 0;
}
.belt .rows{
	position: relative;
	height: 270px;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 160s;
	animation-duration: 160s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.belt .rows:hover{
	-webkit-animation-play-state : paused;
	animation-play-state : paused;
}
.belt .row{
	height: 130px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.belt .row.n2{
	top: 140px;
	margin-left: -150px;
}
.belt .row .card{
	margin: 0 5px;
	float: left;
	position: relative;
	border-radius: 1px;
	cursor: pointer;
	padding: 24px 24px 24px 124px;
	background-color: #fff;
	width: 330px;
	height: 80px;
	border: 1px solid #d7d7d7;
}
.belt .row .card:hover{
	border: 1px solid #cdcdcd;
}
.belt .row .card:hover{
	border-radius: 0;
	opacity: 1;
	box-shadow: 0 0 0 3px #90b866;
}
.belt .row .card img{
	width: 80px;
	height: 80px;
	border-radius: 3px;
	position: absolute;
	top: 24px;
	left: 24px;
}
.belt .row .card .name{
	position: relative;
	color: #3b5998;
	font: bold 15px/normal Helvetica, Arial, sans-serif;
}
.belt .row .card .name i{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -22px;
	top: 50%;
	margin: -7px 0 0 0;
	background: url(/images/sprite.png) no-repeat;
}
.belt .row .card .name.vk i{
	background-position: -1076px -381px;
}
.belt .row .card .name.fb i{
	background-position: -1061px -381px;
}
.belt .row .card .name.ok i{
	background-position: -1091px -381px;
}
.belt .row .card p{
	margin-top: 5px;
	color: #333;
	font: 13px/normal Helvetica, Arial, sans-serif;
}
.belt .row .card .date{
	position: absolute;
	top: 24px;
	right: 24px;
	color: #909090;
	font: 13px/normal Helvetica, Arial, sans-serif;
}
.belt .row .card .overlay{
	background-color: rgba(246,256,246,.25);
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.belt .row .card:hover .overlay{
	background: none;
}