.rslides .caption {
	z-index: 1040;
	position: absolute;
	top: initial !important;
	bottom: 0px !important;
	font-size: 1rem;
	background-color: rgba(0,0,0,.3);
}

.centered-btns_nav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 2rem !important;
	z-index: 1041 !important;
	background-image: none;
	text-indent: initial !important;
	height: initial !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	cursor: pointer;
	opacity: 1 !important;
}

.centered-btns_nav.prev {
	left: 0rem;
}
.centered-btns_nav.next {
	right: 0rem;
}

.outsidenav .centered-btns_nav.prev {
	left: -2rem;
}
.outsidenav .centered-btns_nav.next {
	right: -2rem;
}

.centered-btns_nav .arrow {
	color: rgba(0,0,0,.72);
	transition: all .25s ease;
	text-shadow:
		rgba(255,255,255,.5) 0px 0px 2px,
		rgba(255,255,255,.5) 0px 1px 2px,
		rgba(255,255,255,.5) 1px 0px 2px,
		rgba(255,255,255,.5) 0px -1px 2px,
		rgba(255,255,255,.5) -1px 0px 2px;
	cursor: pointer;
}

.centered-btns_nav:hover .arrow {
	color: rgba(255,255,255,1);
	text-shadow:
		rgba(0,0,0,.5) 0px 0px 2px,
		rgba(0,0,0,.5) 0px 1px 2px,
		rgba(0,0,0,.5) 1px 0px 2px,
		rgba(0,0,0,.5) 0px -1px 2px,
		rgba(0,0,0,.5) -1px 0px 2px;
	font-size: 2rem;
}
