.carousel {
    margin-bottom: 0;
}
/* The indicators */
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
	background: #428bca;
}