.ei-slider{
	position: relative;
	width: 633px;
	max-width: 1920px;
	height: 262px;
	margin: 0 auto;
    padding:15px 15px 23px 15px; margin-bottom:20px; background: #fff; border:#d5d5d5 solid 1px;
}
.ei-slider-loading{
    width: 633px;
	height: 270px;
	position: absolute;
    margin:0 auto;
	z-index:999;
	background:#171717 url(../images/loader.gif) no-repeat 50% 50%;
	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;
	right: 10%;
	margin-right: 0;
	bottom: 15%;
	color:#fff;
	
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	color: #fff; text-shadow: 0 1px 1px #333;
	text-transform: capitalize;
	font-size: 24px;
	font-family: BebasNeueRegular,arial,Georgia, serif;
	background:#fb2900;
	float:right;
	padding:6px 13px 4px 13px;
	margin-bottom:8px;
    opacity:0.8; 
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
}
.ei-title h3{
	clear:both;
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	line-height: 14px;
	width:496px;
	background:#000;
	padding:8px;
    color: #fff;
    opacity:0.7 !important;
}
.ei-title a{
	color:#FFF;
}
.ei-slider-thumbs{
	height: 8px;
	margin: 0 auto;
	position: relative;
	max-width:100%!important;
}
.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: -9000px;
	background: #fb2900;

}
.ei-slider-thumbs li a{
    background: none repeat scroll 0 0 #242424;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 100%;
    text-indent: -9000px;
    transition: background 0.2s ease 0s;
    width: 100%; 
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	bottom: 50px;
    max-height: 100px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 999;
    border:1px solid #242424; 
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
	bottom: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}