.sss {
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	height:100%;
}

.ssslide {
	width: 82%;
	margin-top: 23px;
	padding: 0;
	position: absolute;
	top: 0;
	display: none;
	left: 330px;
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	color: #5b5851;
	letter-spacing: -0.4px;
	line-height: 21px;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: -20;
	background: url('images/arr.png') no-repeat;
	display: none;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.ssslide {
	width: 570px;
	margin-top: 23px;
	padding: 0;
	position: absolute;
	top: 0;
	display: none;
	left: 330px;
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	color: #5b5851;
	letter-spacing: -0.4px;
	line-height: 21px;
} 
}