#carouselPics .thumbnail,
#carouselFullDV .thumbnail {
	margin-bottom: 0;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	top:103%;
	color:#fff !important;
	background: #277dcf !important;
	bottom:auto;
	padding-top:2px;
	width:130px;
	height:24px;
	font-size: 14px;
	text-shadow:none;
	opacity:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.carousel-control:hover {
	color: #fff !important;
	background: rgba(39,125,207,.6)
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:15px;
}
.carousel-control.left {
	right:150px;
	left:auto;
}
.carousel-control.all {
	left:15px;
}


.carousel-indicators {
	bottom:-40px;
	display: none;
}
.carousel-indicators li {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	background:#277dcf;
	border:1px solid #277dcf;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
	background:#ddd;
	border:1px solid #ddd;
	margin: 1px;
}

#carouselTOP .carousel-indicators {
	bottom:0;
	display: block;
}
#carouselTOP .carousel-control {
	display: block;
}
#carouselTOP .item img {width: 100%;}


.well {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel.slide .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}

#carouselPics,
#carouselFullDV {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.carousel-control {top: 100%; width: 110px;}
	.carousel-control.left{right: 135px;}
}

