.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height:400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
	margin-left:0px ;
    max-width: none;
}
.ei-title{
	position:absolute;
	bottom:50%;
	left:8%;
}
.ei-title h2, .ei-title h3{
	text-align: left;
}
.ei-title h2{
	font-size: 40px;
	color: #424242;
	line-height:60px;
}
.ei-title h2 span{
color:#FF6C00;
}
.ei-title h3,.ei-title .h3{
	font-size: 20px;
	color: #000;
}
.ei-slider-thumbs{
	height: 20px;
	position:  absolute;
    top:20px;
    right:20px;
    z-index:20;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
    width:20px !important;
    margin-left:10px;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -99999px;
	background: #fff;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.ei-slider-thumbs li a{
	display: block;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
    color:#44535A;
	width: 100%;
	height: 100%;
	cursor: pointer;
    text-align:center;
    line-height:20px;
}
.ei-slider-thumbs li a:hover{
	background-color: #F1D229;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	
}
