.wrapper{
	width: 100%;
	height: 513px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000;
	background: #212121 url(../images/elastic/thumb.png) repeat-x bottom;
	background: transparent;
}

.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.wrapper ol, .wrapper ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	}

.ei-slider{
	position: relative;
	width: 960px;
	max-width: 1920px;
	height: 500px;
	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;
	width: 550px;
	right: 25%;
	margin-right: 13%;
	top: 50%;
}
.ei-title h2{
	font-size: 45px;
	padding: 4px 30px 5px 30px;
	margin: 0px;
	line-height: 60px;
	text-align: left;
	font-family: Verdana, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #FFD220;
	letter-spacing: -1px;
	background: transparent url(../images/elastic/black.png);
	border-radius: 6px;
	overflow: hidden;
}
.ei-title h3{
	font-size: 40px;
	line-height: 50px;
	margin: 8px 0px 0px 0px;
	padding: 5px 30px 2px 30px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	color: #FFF;
	background: transparent url(../images/elastic/blue.png);
	border-radius: 6px;
	overflow: hidden;
}

.ei-slider-thumbs{
	width: 960px;
	height: 13px;
	margin: 0px auto;
	border-left: 1px solid #000;
	position: relative;
}

.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
	margin: 0px auto 0px auto;
}

.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	border-right: 1px solid #000;
	background: url(../images/elastic/thumb-current.png) repeat-x center;
}
.ei-slider-thumbs li a{
	display: block;
	background: url(../images/elastic/thumb.png) repeat-x center;
	width: 86px;
	height: 100%;
	cursor: pointer;
	text-indent: -9000px;
	border-right: 1px solid #000;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	color: #000;
	background: url(../images/elastic/thumb-hover.png) repeat-x center;
}
.ei-slider-thumbs li img{
	position: absolute;
	left: 0px;
	bottom: 50px;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index: 999;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect:
        below 0px -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            color-stop(50%, transparent),
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
