.example {width: 670px;height: 390px;font-size: 40px;text-align: center;margin: 0px auto;background-color: #464576;margin-top: 116px;}
.carousel-item{/* line-height: 336px; */color: #fff;font-family:  Arial Black;}
.ft-carousel {
	position: relative;
	width: 670px;
	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%;
	width: 670px;
}

.ft-carousel .carousel-item img {
	width: 100%;
}
.ft-carousel .carousel-item div{background: rgba(51,51,51,.7);padding: 20px 20px;position: relative;z-index: 222;margin-top: -120px;}
.ft-carousel .carousel-item h1{font-size: 16px;color: #fff;text-align: left;font-weight: bold;}
.ft-carousel .carousel-item p{color: #fff;font-size: 12px;margin-top: 10px;text-align: left;line-height: 22px;}




/*
.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;
	top: 100%;
	width: 59px;
	height: 29px;
	margin-top: -192px;
	cursor: pointer;
}

   

.carousel-prev-btn,.carousel-next-btn{width:59px;height:29px;display:block;position:absolute;top: 62px;background:url(../images/ico3.jpg) no-repeat;}
.carousel-prev-btn{left:0px; background-position:0 0;}
.carousel-next-btn{right: 0px;background-position:-59px 0;}
.carousel-prev-btn:hover{background-position:0 -29px;}
.carousel-next-btn:hover{background-position:-59px -29px;}





