/* 大框架样式 */
.ft-carousel3 {
	position: relative;
	width:375px;
	height:328px;
	overflow: hidden;
	float:left;
}
/* 图片样式 */
.ft-carousel3 ul{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	height:309px;
}

.ft-carousel3 .carousel-inner li{
	float: left;
	list-style: none;
	
}
.ft-carousel3 .carousel-inner li img{
   width:375px;
   height:272px;
   border:0;	
}
/* 标记样式 */
.ft-carousel3 .carousel-indicators {
	position: absolute;
	left: -7px;
	bottom: 0px;	
}
.ft-carousel3 .carousel-indicators span {
	display: inline-block;
	width: 69px;
	height: 6px;
	background-color: #80b2ff;
	margin-left:7px;
	cursor: pointer;
}

.ft-carousel3 .carousel-indicators span.active {
	background-color: #2b70d9;
}