.ce-simpleslider .carousel-item a,
.ce-simpleslider .carousel-item .semi-link {
	position: relative;
	display: block;
}

.ce-simpleslider.sop25 .carousel-item a:before,
.ce-simpleslider.sop25 .carousel-item .semi-link:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.25);
		content: '';
}

.ce-simpleslider.sop50 .carousel-item a:before,
.ce-simpleslider.sop50 .carousel-item .semi-link:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		content: '';
}

.ce-simpleslider.sop75 .carousel-item a:before,
.ce-simpleslider.sop75 .carousel-item .semi-link:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.75);
		content: '';
}
.carousel-caption span {
	background-color: rgba(0,0,0,.8);
	color: rgba(255,255,255,.8);
	padding: 5px 10px;
	border-radius: 3px;
}