.sliderArrow{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 45px;
	display: flex;
	cursor: default;
}

.sliderArrow span{
	margin: auto;
	display: block;
	color: lightgray;
	opacity: 0.5;
}

#sliderArrowRight{
	right: 0;
 	background: linear-gradient(90deg, rgba(0,0,0,0.043837517917323154) 5%, rgba(0,0,0,0.12) 18%); 
}

#sliderArrowLeft{
	left: 0;
	background: linear-gradient(270deg, rgba(0,0,0,0.043837517917323154) 5%, rgba(0,0,0,0.12) 18%); 
}