/*** General ***/

.scc-wrapper.carouselcc.dark .slides > li.scc-active:after {
  border: 3px solid #191919 !important;
}

/*** Header ***/

.carouselcc.dark .slidercc-title {
	color: #191919;
}

/*** Description ***/

.carouselcc.dark .slidercc-desc {
	background: rgba(25, 25, 25, 1)!important;
	color: #7e7e7e;
}

/*** Link ***/

.carouselcc.dark  a, .carouselcc.dark  a:hover {
  color: #d3d3d3;
}

/*** Arrows ***/

.carouselcc.dark .scc-arrows > a.scc-next:before,
.carouselcc.dark .scc-arrows > a.scc-prev:before {
  color: #191919;
}

/*** Pagination ***/

.carouselcc.dark .scc-pagination > a {
  background: #191919!important;
}
.carouselcc.dark .scc-pagination > a.scc-active {
  background: #fff!important;
}
.carouselcc.dark .scc-pagination > a:hover {
  background: #d3d3d3!important;
}

.carouselcc.dark .slides > li  {
    border-color: transparent !important;
		border-width: 2px !important;
		border-style: solid !important;
		margin-top: 0px;
}
.carouselcc.dark .slides > li.scc-active  {
    border-color: #191919 !important; 
}
