body 

{background: url(00.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}

@media only screen and (max-width: 768px) { body { background-image: url(01.jpg); } }  
#slider-wrap{ /* ???????? ???????? ? ?????? */
	margin: auto;
top: 10px; width:1800px;

}
 
#slider{ /* ???????? ???????? */
           
margin: auto;

top: 1px;
	width:1100px;
	height:600px;
	overflow: hidden;
	border:#eee solid 3px;
	position: relative;}

.sli-links{ /* ?????? ????? ??????? */
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-999px;
	

}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* ?????? "?????????" ? "?????????" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}