/* 大框架样式 */
.ft-carousel2 {
	position: relative;
	overflow: hidden;
	width:660px;
	height:326px;
}
/* 图片样式 */
.ft-carousel2 ul{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}

.ft-carousel2 .carousel-inner li{
	float: left;
	list-style: none;
	position:relative;	
}
.ft-carousel2 .carousel-inner li img{
    border:0;
	width:567px;
	height:326px;
	margin-left:47px;
}
.ft-carousel2 .carousel-inner li p{
	position:absolute;
	bottom:0;
	left:47px;
	line-height:30px;
	height:35px;
	overflow:hidden;
	background:black;
	width:447px;
	padding:0 95px 0 25px;
	color:white;
	opacity:0.7;
}

/* 标记样式 */
.ft-carousel2 .carousel-indicators {
	position: absolute;
	right:65px;
	bottom:12px;	
}
.ft-carousel2 .carousel-indicators span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	margin-left:5px;
	cursor: pointer;
	border-radius:5px;
}

.ft-carousel2 .carousel-indicators span.active {
	background-color: #ff3000;
}

/* 按钮样式 */
.ft-carousel2 .carousel-btn {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 35px;
}

.ft-carousel2 .carousel-prev-btn {
	left:20px;
	top:140px;
	background:url(../images/btnl.png) no-repeat;
}

.ft-carousel2 .carousel-next-btn {
	right:17px;
	top:140px;
	background:url(../images/btnr.png) no-repeat;
}