.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 !important;
}
.ei-title{
	position:absolute;
	top:20%;
	left:8%;
	right:5%;
}
.ei-title h2, .ei-title h3{
	background:none;
	text-align: left;
}
.ei-title h2{
	font-size: 40px;
	color: #cc0000;
	line-height:60px;
}
.ei-title h2 span{
color:#cc0000;
}

.ei-title a{ background:#666; color: #fff; display:block; font-size:13.5px; padding: 5px 10px; width:80px; text-align:center;  -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border-radius:10px;}

.ei-title a:hover{ background:#c00;}

.ei-title p{
	font-family:Arial, Helvetica, sans-serif;}
.ei-title h3{
	font-size: 20px;
	color: #555;
}
.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: #1f3c95;
	width: 99.5%;
	height: 100%;
	cursor: pointer;
	margin-left:.5%;
}
.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;
	
}
