.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}
.ft-carousel .carousel-item {
	position: relative;
}
.ft-carousel .carousel-item .ft-carousel-a{
    position: relative;
    top: -34px;
    left: 0;
    z-index: 2;
    color: #FFF;
    padding-left: 10px;
    display: inline-block;
    width: 360px;
    overflow: hidden;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 44px;
	text-align: right;
	line-height: 55px;
	font-size: 0;
	background: rgba(0,0,0,.7);
}

.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: 120px;
	height: 120px;
	margin-top: -25px;
	cursor: pointer;
	background-color: #000000;
	opacity: .1;
}

.ft-carousel .carousel-prev-btn {
	left: 48px;
	z-index: 10;
	/*background: url(../img/prev.png) no-repeat;*/
}

.ft-carousel .carousel-next-btn {
	right: 48px;
	z-index: 10;
	/*background: url(../img/next.png) no-repeat;*/
}
.ft-carousel .carousel-prev-btn img{
	margin: 38px 26px;
}
.ft-carousel .carousel-next-btn img{
    margin: 38px 46px;
}
.no-button .carousel-btn{
	display: none;
}
.carousel-pic{
	top: -38px !important;
	display: inline-block;
	padding-left: 10px;
}
