.carousel-indicators li {
	background: #86c127;
	border:none;
}

.carousel-indicators .active {
background: #005da0;
}
.carousel-control.left{
background-image:none;
}
.carousel-control.right{
background-image:none;
}
.carousel-control{
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -50;
	right: -50;
    width: 15%;
    font-size: 47px;
    color: #e0e0e0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
	}
	.indi2{
	top:100%;
	}