/* home right */
#slides {
	display:block; width:100% !important; height:100vh; height/*\**/:649px\9 !important;
	position:relative; z-index:20; overflow:hidden;  
}
.slides_control{ display:block; position:relative;  width:100% !important; height:100vh;  }

.slides_container {
	width:100% !important; height:100vh; 
	overflow:hidden;
	position:relative; 
}

 
.slide{ 
	display:block; position:relative; width:100% !important; height:100vh;  
    background-repeat:no-repeat !important;
    background-position:50% 50% !important;
    background-position:50% 50%\9 !important; 
 	background-position/*\**/:50% 0%\9 !important; height/*\**/:100%\9; 
	 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; 
}
 

ul.pagination {
	position:absolute; display:block; width:100%; z-index:21; 
	bottom:65px; text-align:center; margin:0; padding:0;  
}

.pagination li {
	margin:0 2px; padding:0; display:inline-block;
	list-style:none;
}

.pagination li a {
	display:inline-block;
	width:9px;
	height:9px; text-indent:-50000px;
	background-image:url(../../img/page-home.png);
	background-position:0 0;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -9px;
}
