.one-by-one-slider{
	position: absolute;
        left: 0;
       right: 0;
	width: 100%;	
	height: 100%;
	max-width: 100%;
       margin: 0 auto;
       align: center;
        
}
.one-by-one-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: transparent;
	color: #fff000;
	text-align: center;
	line-height: 400px;
}
.one-by-one-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.one-by-one-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.one-by-one-slider-large li img{
/*      width: 100%;*/
}
.one-by-one-slider-nav {
	position: relative;
	text-align: center;

}
.one-by-one-slider-thumbs{
	height: 13px;
	margin:0px auto;
	position: relative;
   
}
.one-by-one-slider-thumbs li{
	position: relative;
	height: 100%;
        display: inline;
        text-align: center;
}
.one-by-one-slider-thumbs li.one-by-one-slider-element {
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: gray;
        z-index: 99999;
	margin: 5px;	
	box-shadow: 
	1px 1px 1px rgba(0,0,0,0.1) inset, 
	1px 1px 1px rgba(255,255,255,0.1);
	
}
.one-by-one-slider-thumbs li a{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 5px;	
	box-shadow: 
	1px 1px 1px rgba(0,0,0,0.1) inset, 
	1px 1px 1px rgba(255,255,255,0.1);
}
.one-by-one-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}


@media screen and (max-width: 830px) {


}