.galathil-carousel-control-next-icon, .galathil-carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}
.galathil-carousel-item-fixed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	background: transparent;
}