.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;
 
	padding:20px;
	background:url(../images/banner_bg_opaq.png) left top repeat;
}
#TR{
	top:10%;
	right:0%;
}

#BL{
	bottom:10%;
	left:0%;
}

.ei-title h2, .ei-title h3{
	text-align: left;
}
.ei-title h2{
	font-size: 40px;
	color: #424242;
	line-height:50px;
	width:420px; float:left;
	margin-bottom:10px;
}
.ei-title p{
	font-size: 18px;
	color: #fff;
	padding:0px;
	margin:0px 0px 7px 0px;
	line-height:20px;
	max-width:500px;
	
}
.ei-title ul {
 	font-size: 18px;
        color: #fff;
        padding:0px;
        margin:0px 0px 5px 0px;
        line-height:18px;
        max-width:500px;
	float:left;
		
}
.ei-title h3{
        color: #fff;
        padding:0px;
        margin:0px;
        line-height:28px;

}

.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;
	
}
