body{
 padding:0px;
 margin:0px;	
}
.ei-slider ul, .ei-slider li{ list-style:none;}
.ei-slider *{ margin:0; padding:0; border:0; outline:none}
.ei-slider{
	position: relative;
	width: 980px;
	max-width: 980px;
	height: 308px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 980px;
	height: 308;
	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;
	margin-bottom:1px;
    display: none
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 980px;
}
.ei-title{

	position: absolute;
	right: 292px;
	top: 240px;
	background: rgba(0,0,0,0);
	width:110px;
	height:35px;
	filter: alpha(opacity=0);
	opacity:0;
	line-height:35px;
	
	/*position: absolute;
	right: 292px;
	top: 240px;
	background:;
	width:110px;
	height:35px;*/
}
.ei-title a{
	display:block;
	height:308px;
}
.ei-slider-thumbs{
	width:980px !important;
	height: 35px;
	float: left;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 35px;
	width:111px !important;
}
.ei-slider li.ei-slider-element{
	bottom: 0px;
	left: 2px;
	position: absolute;
	height:2.7px;
	z-index: 99999;
	text-indent: -9000px;
	/*background: rgba(0, 0, 0, 0);*/
	background:#0C9096;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ei-slider-thumbs li a:hover{
}
.ei-slider-thumbs li img{
	cursor:pointer;
	position: absolute;
	bottom:-2px;
	left:0;
	opacity: 1;
	z-index: 999;
	width: 100%;
}
.ei-slider-thumbs li:hover img{
	opacity: .5;
	bottom: 0;8
	left:0;
}
