

.ft-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	list-style: none;
}

.ft-carousel .carousel-item img {
	/*width: 100%;*/
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	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;
	cursor: pointer;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	z-index: 24;
}

.ft-carousel .carousel-prev-btn {
	background: url(../images/left-box.png) no-repeat center;
}

.ft-carousel .carousel-next-btn {
	left: 45px;
	background: url(../images/right-box.png) no-repeat center;
}
