.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);
}
