.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1500px;
	height:306px;
	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: 300px;
}
.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-slider-thumbs{
	background:url(../img/padrao/bg_ei-slider.png);
	width:108px;
	height: 23px;
	margin: 0 auto;
	position: relative;
	padding:8px 0 0 14px;
	border-radius:0 0 10px 10px;
	box-shadow:1px 1px 6px #6a2802;
	z-index:999;
}
	.ei-slider-thumbs li{
		float:left;
		}
	.ei-slider-thumbs li a{
		width:14px;
		height:15px;
		background:url(../img/padrao/bg_slider_thumbs.png) no-repeat center;
		display:block;
		}	
	.ei-slider-thumbs li a:hover{
		background:url(../img/padrao/bg_slider_thumbs_hover.png) no-repeat center;
		}	
.ei-title{
	position: absolute;
	right: 0;
	top: 30%;
	font-size:300%;	
	background:url(../img/padrao/bgApre.png);
	padding:10px 10% 10px 10px;
}
	.ei-title h2{
		text-shadow:2px 2px 3px #000;
	}