.slider{
	
}

.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslidewrap {
	
}

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

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

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

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

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

.ssslink{
	color:#1b72db;
	font-weight:400;	
}


.ssstitle {
	width: 100%;
	display: block;
	padding: 20px 0 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 1.25em;
}

.sssbackground {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=95);
    	-moz-opacity:0.95;
    	-khtml-opacity: 0.95;
    	opacity: 0.95;
}

.sssTitle{
  color:#000;
  padding: 0 10px;
  font-weight: 300;
  z-index: 2;
  position: relative;
  letter-spacing: 1;
  line-height: 1.4em;
}

.sssUPYblue {
	color: #000000;
	background: #efefef;
}

@media screen and (max-width: 820px) {
 .ssstitle{
	font-size: 1.00em;
}
	