.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
	
}

	.slider {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.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: 0;
	background: url('images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}




.title {
	width: 100%;
	display: block;
	padding: 20px 0 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	
}


.background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=70);
    	-moz-opacity:0.70;
    	-khtml-opacity: 0.70;
    	opacity: 0.70;
}


.yellow {
	color: #FFF;
	background: #DB2;
}

.black {
	color: #FFF;
	background: #000;
}

.blue {
	background-color:#0B6793;
	color:#FFFFFF;
}


.dark, .dark .feature {
	color: #000;
}

.dark a {
	color: #FFF;
	font-weight: 900;
}

.light, .dark {
	padding: 0 10px;
	font-family: Lato;
	font-weight: 900;
	z-index: 2;
	position: relative;
	letter-spacing: 1;
	line-height: 1.4em;
}

@media only screen and ( max-width: 480px ) 
		{
.background {
	display:none;

}

.dark, .dark .feature {
	color: #000;
	font-size:.7em;
	padding:10px;
	background-color:rgba(241,190,10,0.5);
}
}