@import url('reset.css');


.ei-slider{
	position: relative;
	width: 100%;
	max-width: 467px;
	height: 459px;
	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-slider-thumbs ul{
	list-style:none;
}
.ei-slider-thumbs li{
	color:transparent;
	display:inline;
}
.ei-slider-thumbs li a{
	color:transparent;
}
