#main-page-clients-list-title{
	font-size: 22px;
	margin-bottom: 15px;
}

#main-page-clients-list-description{
	color:#848e94;
}

#main-page-clients-list-block{
	margin: 28px 0 55px;
	line-height: 50px;
	height: 75px;
	overflow-y: hidden;
}

#main-page-clients-list{
	display: inline-block;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	float: left;
	width: 90.92%;
	height: 125px;
}

.main-page-clients-list-logo{
	margin-right: 50px;
}

#main-page-clients-list-arrow-left{
	width: 4.53%;
	float: left;
	font-size: 30px;
	text-align: left;
}

#main-page-clients-list-arrow-right{
	width: 4.53%;
	font-size: 30px;
	float: right;
	text-align: right;
}

#main-page-clients-list-arrow-left-image,
#main-page-clients-list-arrow-right-image{
	display: inline-block;
	width:13px;
	height: 24px;
	background: url('/local/components/custom/clients.list/templates/.default/images/arrow.png') -28px top no-repeat;
}

#main-page-clients-list-arrow-right-image{
	background: url('/local/components/custom/clients.list/templates/.default/images/arrow.png') -42px top no-repeat;
}

#main-page-clients-list-arrow-left:hover #main-page-clients-list-arrow-left-image{
	background: url('/local/components/custom/clients.list/templates/.default/images/arrow.png') left top no-repeat;
}

#main-page-clients-list-arrow-right:hover #main-page-clients-list-arrow-right-image{
	background: url('/local/components/custom/clients.list/templates/.default/images/arrow.png') -14px top no-repeat;
}
