.simple-slide-next-arrow,
.simple-slide-prev-arrow {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	margin-top: -35px;
	top: 50%;
	cursor: pointer
}

.simple-slide-next-arrow {
	right: -70px;
	background-image: url(../images/caret-right.png);
	background-repeat: no-repeat;
	background-size: auto;
}

.simple-slide-prev-arrow {
	left: -70px;
	background-image: url(../images/caret-left.png);
	background-repeat: no-repeat;
	background-size: auto;
}

.simple-slide-item-list {
	display: table;
	table-layout: fixed
}

.simple-slide-item-list>* {
	position: relative;
	display: table-cell
}

.simple-slide-item-list>* .caption {
	position: absolute;
	left: 10%;
	bottom: 10%;
	color: #fff
}

.simple-slide-item-list>* img {
	width: 100%
}