.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    text-shadow: 1px 1px #666;
}

.carousel-item {
    cursor : pointer;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-caption {
  bottom: 40px;
  text-shadow: 1px 1px #666;
}

.carousel {
    max-width : 1140px;
    margin-left : auto;
    margin-right : auto;
}
