.actions-main {
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.actions-main .bx-wrapper {
	position: relative;
}
.actions-main .bx-controls-direction a {
	position: absolute;
	z-index: 51;
	top: calc(50% - 12px);
	display: block;
	width: 14px;
	height: 24px;
	background: url('../../images/banner-ctrl-blue.png') no-repeat;
}
.actions-main .bx-controls-direction .bx-prev {
	left: -25px;
	background-position: 0 0;
}
.actions-main .bx-controls-direction .bx-next {
	right: -25px;
	background-position: -14px 0;
}
.actions-main li {
	text-align: center;
}