#myCarousel .thumbnail {
	margin-bottom: 5px;
text-align:center;
background:transparent;
	border-color:#32a0c2;

}

.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:50;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#909090;
	border-color:#909090;
}