.example1 {width: 251px;height: 260px;font-size: 40px;text-align: center;background-color: #e8e7e7;}
.carousel-item{line-height: 206px;color: #fff;font-family:  Arial Black}


.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.carousel-inner li{padding-left: 0px;}
.carousel-item {padding-left: 0px; }
.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	padding: 0px 5px;
}

.ft-carousel .carousel-item img {
	width: 100%;
	height:160px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	top: 218px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

