.carousel-inner > .item { background: transparent; }
.carousel-caption {	padding: 4px 12px; opacity: .9;	}
.carousel-caption > h1 { padding: 0px;	margin: 0px; }
.carousel {
    -webkit-box-shadow: 0px 10px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 18px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 18px -7px rgba(0,0,0,0.75);
}
.carousel-inner > .item > img {	width: 100%; }
.carousel-inner > .item > a > img {	width: 100%; }
.carousel-control {
    background: none;
    border: none;
    border-radius: none;
    color: #333;
    font-size: 80px;
    font-weight: 300;
    height: 48px;
    left: 15px;
    line-height: 25px;
    margin-top: -20px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}
.carousel-control.right { right: -48px; left: auto;	color: #111;}
.carousel-control.left { left: -48px; right: auto; color: #111;}
.carousel-control:hover { color: #C00; }