.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;
	background: rgba(0,0,0,0.9);
	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%;
}
.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 h3{
	font-size: 20px;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -99999px;
	background: #ff6c00;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #424242;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ei-slider-thumbs li a:hover{
	background-color: #ff6c00;
}
.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;
	
}
