   


/* The indicators */
.pic-update{ width:100%}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -50px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li { 
	background: #6b6b6b;
}
.carousel-indicators .active {
background: #0556c3;
}