.carousel {
	position: relative;
	background: white;
	overflow: hidden;
	height: 220px;
	border: 0;
	margin: 0;
	padding: 0;
}

.carousel_segment {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	background: white;
	height: 220px;
	border: 0;
	margin: 0;
	padding: 0;
}

.carousel_image {
	height: 200px;
	border: 0;
	padding: 10px 10px 10px 0px;
}
