.carousel {
    margin: 0 !important;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.74);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.74);
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 200px;
    background-color: #FFFFFF;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /*margin-bottom: */
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 43%;
}