<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fewo_image_gallery {
	position: relative;
	cursor: pointer;
}
.fewo_listGallery_navigation {
	position: absolute;
	top: 0px;
	bottom: 0px;
	opacity: 0.3;
	transition: opacity 500ms ease-out;
	background-color: rgba(255, 255, 255, 0.2);
}

.listGallery_navNext {
	background-image: url(../images/nav_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0px;
	width: 40px;
}

.listGallery_navPrev {
	background-image: url(../images/nav_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	left: 0px;
	width: 40px;
}

.listGallery_navNext.active,
.listGallery_navPrev.active {
	opacity: 0.6;
	background-color: rgba(255, 255, 255, 0.5);
}

.bubbleWrap {
	position: absolute;
	width: 100px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	
	overflow-x: hidden;
}

.bubble {
	width: 6px;
	height: 6px;
	border-radius: 5px;
	background: #fff;
	display: block;
	transition: all 0.5s ease;
	position: absolute;
	top: 7px;
}

.bubble:nth-child(1) {
	left: -15px;
}
.bubble:nth-child(2) {
	left: 0px;
}
.bubble:nth-child(3) {
	left: 15px;
}
.bubble:nth-child(4) {
	left: 30px;
	width: 8px;
	height: 8px;
	top: 6px;
}
.bubble:nth-child(5) {
	left: 45px;
	width: 10px;
	height: 10px;
	top: 5px;
}
.bubble:nth-child(6) {
	left: 60px;
	width: 8px;
	height: 8px;
	top: 6px;
}
.bubble:nth-child(7) {
	left: 75px;
}
.bubble:nth-child(8) {
	left: 90px;
}
.bubble:nth-child(9) {
	left: 105px;
}


</pre></body></html>