.scroller__wrap{padding:10px 0;margin:0;display:table;}
.scroller__wrap a{text-decoration:none;}
.scroller__item{display:table-cell;}
.scroller__link,
.scroller__arrow{
	display: inline-block;
	margin: 0px 7px 0px;
	color: #8F8E8E;
	font-size:14px;
	text-decoration: none;
	border: 2px solid #ACAEB3;
	border-radius: 3px;
	vertical-align:top;
	box-sizing:border-box;
	width:40px;
	height:32px;
	line-height:28px;
	text-align:center;
}
.scroller__link:hover,
.scroller__arrow:hover{
	color: #48525F;
	border-color: #8B8E96;
}
.scroller__link_active,
.scroller__link_active:hover{
	border-color:#037ABD;
	color:#037ABD;
}


.scroller__dot{}
.scroller__dot:before{content:'...';}
.scroller__arrow{
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-indent:-9999px;
}

.scroller__arrow_left{			background-image:url(img/ar_left.png);}
.scroller__arrow_right{			background-image:url(img/ar_right.png);}
/*.scroller__arrow_left:hover{		background-image:url(img/ar_left_hover.png);}
.scroller__arrow_right:hover{		background-image:url(img/ar_right_hover.png);}*/
