ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 265px;
	height: 61px;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 61px;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 61px;
}

.ft-carousel .carousel-item img {
	width: 265px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	width: 265px;
	text-align: center;
}