#carouselPics .thumbnail,
#carouselCaps .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:35%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control:focus {
    color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:0;
}
.carousel-control.left {
	right:auto;
	left:0;
}

.carousel-indicators {
	bottom:-40px;
}
.carousel-indicators li {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
	background:#1bb834;
	border:1px solid #1bb834;
	margin: 1px;
}


.well {
  padding: 19px 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 0 solid #1bb834;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel.slide .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}

