
/*
.container{
    width: auto;
    left: auto;
    right: auto;
}
*/

/*
.carousel-caption{
    position: relative;
    left: auto;
    right: auto;
    // height: 8px;
    // background: rgba(0,0,0,0.5);
    background: none;
}
*/

/*
.carousel-caption h4 {
    // font-family:    Helvetica;
    font-family: garamond;
    color: black;
}
*/

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #ff0000;
}

.carousel-indicators {
  bottom:-40px;
}

/*
.carousel-inner {
   margin-bottom:100px;
}
*/

.carousel-control.left, .carousel-control.right {
    color: #ffffff;
    background-image: none;
    position: absolute;
    top: 40%; /* pushes the icon in the middle of the height */
    bottom: 15%;
    z-index: 5;
    display: inline-block;
}

/*
.carousel-control {
    top 50%;
    bottom 100%;
}
*/
