ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
	
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.6;
}
.indicators-fix {
	bottom: 70px;
}

.carousel-control .glyphicon-chevron-right {
 color:transparent;
 text-shadow: none;
margin-top: -50px;
}

.carousel-control .glyphicon-chevron-left {
 color:transparent;
 margin-top: -50px;
  text-shadow: none;
}