/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    margin-left: 22px;
    margin-top: 18px;
    padding: 0 72px 16px 95px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -24px;
    font-size: 112px;
/*    width: 0%;*/
}


.carousel-control2 {
    position: absolute;
    top: 42%;
    left: -22px;
    width: 54px;
    height: 67px;
    margin-top: -27px;
    font-size: 100px;
    font-weight: 100;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
    background: #7B5858;
    /* border: 3px solid #ffffff; */
    /* -webkit-border-radius: 23px; */
    -moz-border-radius: 23px;
    /* border-radius: 23px; */
    /* opacity: 0.5; */
    filter: alpha(opacity=50);
}

.carousel-control {
    position: absolute;
    top: 26%;
    bottom: 0;
    left: -22px;
    width: 15%;
    font-size: 112px;
    color: #fff;
    color: #4E4040;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #E4DFDF;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 38px;
    height: 67px;
    line-height: 52px;
}

.carousel-control.right {
	right: 20px;
}

.carousel-control.right {
	right: -12px;
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=70);
    outline: 0;
    opacity: .7;
}