 .carousel-inner .item{
   text-align: center;
}
.control-buttons{
	text-align:center;
}

.carousel-control{
	z-index: 11;
}	
	
.carousel-fade .carousel-inner .item {
  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
  left: 0;  opacity: 0;  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
  
	
.carousel-indicators {
    bottom: -113px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #000;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-captions {
  position: absolute;  width: 100%;  bottom:170px; z-index:1; 
}

.carousel-captions p {
  text-shadow: 1px 1px #777;  color: #fff; text-align:center
}
  
.carousel-captions h2 {
  text-shadow: 2px 1px #777;  font-size: 41px;  color: #fff; text-align:center;
}
.carousel-captions h2 span {
  font-size: 31px; 
}

 
 
  
  
  
  
  
  