.sss {
	margin: 0 auto; 
	padding: 0;
	height:auto;
	width:100%;
	max-width:100%;
	position: fixed;
	display: block;
	overflow: hidden;
	left:-100px;
	right:0;
	top:0;    
	background: url(../img/sprite/bg-about_00000.png) no-repeat;
    background-size: 100% auto;
}


.slider img {max-width:100% !important; height:auto; right:0; bottom:0;}


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

.ssslide img {
	width:100%;
	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 {
	display:none;
	left: 3%;
	background-position: 0 50%;
}

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

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

	@media only screen and (max-width: 1024px) {
	.slider img {min-width:120%; height:auto; right:0;}
	} /* END QUERIE */

	@media only screen and (max-width: 768px) {
	.slider img {min-width:130% ; height:auto; right:0; bottom:0;}
	} /* END QUERIE */


	@media only screen and (max-width: 540px) {
	.slider img {min-width:auto !important; height:100vh; right:0;}
	} /* END QUERIE */


	@media only screen and (max-width: 1260px) {
.sss {
	margin: 0 auto; 
	padding: 0;
	height:auto;
	width:150%;
	max-width:150%;
	position: fixed;
	display: block;
	overflow: hidden;
	left:-300px;
	right:0;
	top:0;    
	background: url(../img/sprite/bg-about_00000.png) no-repeat;
    background-size: 100% auto;
}

	} /* END QUERIE */
	
	
/* portrait */
@media only screen and (orientation: portrait) {

	} /* END QUERIE */
