/* 大框架样式 */
.ft-carousel1 {
	position: relative;
	overflow: hidden;
	width:702px;
	height:303px;
}
/* 图片样式 */
.ft-carousel1 ul{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}

.ft-carousel1 .carousel-inner li{
	float: left;
	list-style: none;
	
}
.ft-carousel1 .carousel-inner li img{
    border:0;
	width:702px;
	height:303px;	
}


/* 标记样式 */
.ft-carousel1 .carousel-indicators {
	position: absolute;
	left:0;
	bottom:0;	
}
.ft-carousel1 .carousel-indicators span {
	display: inline-block;
	width: 170px;
	height: 5px;
	background-color: #2b70d9;
	margin:0 2.5px 0 3px;
	cursor: pointer;
}

.ft-carousel1 .carousel-indicators span.active {
	background-color: #ff0000;
}

/* 按钮样式 */
.ft-carousel1 .carousel-btn {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 63px;
}

.ft-carousel1 .carousel-prev-btn {
	left:30px;
	top:110px;
	background:url(../images/btn-l.png) no-repeat;
}

.ft-carousel1 .carousel-next-btn {
	right:30px;
	top:110px;
	background:url(../images/btn-r.png) no-repeat;
}

.ft-carousel1 .no-click{
    width:702px;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}