background-color: rgb(128, 0, 0);
}
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
- background-color: black;
-}
-
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
- display: block;
- height: auto;
- max-width: 100%;
- line-height: 1;
- opacity:0.7;
- filter: alpha(opacity=70);
-}
-
-.carousel-control:hover,
-.carousel-control:focus {
- color: #ffffff;
- text-decoration: none;
- opacity: 0.5;
- filter: alpha(opacity=50);
-}
-
-
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,