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