[data-slider-id] {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

[data-slider-id] > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

[data-slider-dots="true"] {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 3%;
	text-align: center;
}

.best-slider-ever-dots-item {
	display: inline-block;
	margin:  5px;
	width: 10px;
	height: 10px;
	background-color: #cccccc;
}

.best-slider-ever-dots-item.active {
	background-color: #ffaa00;	
}

[data-slider-preview="true"] {
	position: absolute;
	right: -78px;
	width: 71px;
	height: 100%;
}

.best-slider-ever-preview-item {
	width: 100%;
	height: 40px;
	background-size: cover;
}

.best-slider-ever-preview-item.active {
	border: 2px solid #ffaa00;	
}