ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

.example {-width: 305px;height: 290px;font-size: 40px;text-align: center;margin: 20px 0 0 0;background-color: #fff;}
.carousel-item{line-height: 0px;color: #fff;font-family:  Arial Black}

ul,
ol {
	list-style: none;
}

.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 img {
	width: 255px;
        height: 170px;
}

.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: #c2c2c2;
	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: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(/css/../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(/css/../img/next.png) no-repeat;
}

.carousel-item h3{
	color: #b31a1d;
	text-align: left;
	font-size: 15px;
	padding: 20px 0;
	line-height: 22px;
}

.time-t{
	color: #7c7c7c;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.carousel-indicators{
	margin-left: 0;
}