.carouselContenedor{

	position: relative;
}

.CarouselAnterior, .CarouselSiguiente{

	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	border: none;
	top:calc(50% - 35px);
	cursor:pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: black;
	
	z-index: 2;

}

.CarouselAnterior{
	left: -10px;
}

.CarouselSiguiente{
	right: -5px;
}