.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -10px;

}
#blogCarousel{padding-bottom:20px}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 0%;
    width: 8px;
	height:8px;
	border:0;

}

.blog .carousel-indicators .active {
background: #707070;
}