.carousel-indicators li {
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 4px;
	width: 12px;
}
.carousel-indicators li.active {
	background-color: #185988;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.62);
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 4px;
	width: 12px;
}
.carousel-control {
	background-image: none !important;
}
.caseshowbox .carousel {
	padding: 45px 0px;
	margin-bottom: 100px;
}
.caseshowbox .caseabs {
	font-size: 16px;
	line-height: 30px;
}
.slt-img {
	bottom: -90px
}
.slt-img li {
	height: 100px;
	width: 100px;
	background-size: cover;
	border-radius: 0px;
	border: 1px solid #DDD;
	padding: 3px;
	box-shadow: none;
}
.slt-img li.active {
	height: 100px;
	width: 100px;
	background-size: cover;
	border-radius: 0px;
	border: 1px solid #DDD;
	padding: 3px;
}
