.carousel-indicators {
	bottom: 20px;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
}

.carousel-indicators > li {
	display: inline-block;
	color: #fff;
	cursor: pointer;

	background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    height: auto;
    margin: 0;
    text-indent: 0;
    width: auto;
}

.carousel-indicators > li.active {
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	width: auto;
	font-weight: bold;
}