/* authorWide */
.authorWide{
	position:relative;
	float:left;
	width:100%;
	/*border-bottom:1px solid #c3c3c3;*/
}
.authorWide .authorItem{
	width:132px;
	float:left;
	bordeR:0px;
	margin-right:14px;
}
.authorWide .authorItem{
	/* width: 23%; */
}
.authorWide .authorItem .title{
	text-transform:none;
	display:block;
	width:100%;
	font-weight:bold;
}
.authorWide .authorItem .descr .date{
	margin-top:8px;
	display:inlene-block;
	width:100%;
}
.authorWide .authorItem .descr{
	width:100%;
}
.authorWide .arrLeft{
    background: url("/images/sliderArrLeft.png") no-repeat scroll center 0 transparent;
    height: 21px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 21px;
}
.authorWide .arrRight{
    background: url("/images/sliderArrRight.png") no-repeat scroll center 0 transparent;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
}