ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 580px;
	height: 560px;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	position: relative;
}

.ft-carousel .hiSlider-pages {
	position: absolute;
	right: 0;
	bottom: 240px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .hiSlider-pages a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	margin: 0 6px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .hiSlider-pages a.active {
	background: rgba(255,255,255,1);
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
	opacity: 0.5;
}
.ft-carousel .hiSlider-btn-prev:hover{opacity: 1;}
.ft-carousel .hiSlider-btn-prev {
    position: absolute;
	top: 50%;
	width: 40px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
	opacity: 0.5;
	left: 0;
	text-indent:99em;
	background: url(../img/left_1.png) no-repeat;
}
.ft-carousel .hiSlider-btn-next:hover{opacity: 1;}
.ft-carousel .hiSlider-btn-next {
    position: absolute;
	top: 50%;
	width: 40px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
	opacity: 0.5;
	right: 0;
	text-indent:99em;
	background: url(../img/right_1.png) no-repeat;
}