.ajax-slide {
	display: none;
	margin: 0 0 23px;
}
.ajax-slide.active {
	display: block;
}
.floating-container {
	clear: both;
	position: relative;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 0.625rem;
	padding: 0.2em 0 0.6em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}
.floating-next, .floating-prev {
	position: absolute;
	top: 6px;
	right: 0;
	font: 20px "oswaldregular", Arial, sans-serif;
	background: #111;
	color: white;
	height: 40px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 37px;
	border-radius: 40px;
}
.floating-next .flaticon:before, .floating-prev .flaticon:before {
	color: white;
	font-size: 22px;
	line-height: 1.9em;
}
.floating-prev {
	margin-right: 55px;
}
