.thumbs-bg {
	height: 820px;
	position: absolute;
}

.ei-slider ol, .ei-slider ul {
	list-style:none;
	padding:0;
}

.ei-slider{
	position: relative;
	width: 950px !important;
	height: 820px !important;
	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: 820px;
}
.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;
	top:0;
	left:0;
}
.ei-title h2, .ei-title h3{
	margin:0;
	position: absolute;
	width:950px;
	height:820px;
	background:transparent url(../images/large/1b.png) no-repeat;
}
.ei-title h2{
}
.ei-title h3{
}
.ei-slider-thumbs{
	width:52px;
	height: 820px;
	margin-left: 0;
	position: absolute;
	margin-top: 32px;
	top:130px;
	right:0;
}
.ei-slider-thumbs {
	max-width:52px !important;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	width:52px !important;
	height:88px !important;
	/*height: 100%;*/
	margin-right: 2px;
}
.ei-slider-thumbs li img{
	width:52px !important;
	height:88px !important;
	background:transparent url(../images/menu_off.png) no-repeat;
}
.ei-slider-thumbs li img.on{
	background-image: url(../images/menu_on.png);
}
.ei-slider-thumbs li.h87, .ei-slider-thumbs li.h87 img {
	height:87px !important;
}
.ei-slider-thumbs li.h117, .ei-slider-thumbs li.h117 img {
	height:117px !important;
}

.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: url("../images/rank_bg.png") no-repeat 1px 0;
}
.ei-slider-thumbs li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	opacity: 0.8;
	z-index: 999;
	max-width: 100%;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
}