.toplbt li,.toplbt ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.lbimg{
	overflow: hidden;
	position: relative;
}
.lbimgqh{
  height: 4px;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom:40px;
  z-index: 1000;
}
.lbimgqh li{
	width: 26px;
	height: 4px;
	position: relative;
	top: 10px;
	text-align: center;
	display: inline-block;
	background-color:#888;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.lbimgqh li img{
	width: 220px;
	height: 100px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	/* Firefox 4 */
	-webkit-transition: all 0.2s;
	/* Safari 和 Chrome */
	-o-transition: all 0.2s;
}
.lbimgqh li img:HOVER {
	opacity: 1;
}
.lbimgqh li.current{
	background-color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.slides{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slides li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-align: center;
	opacity: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	/* animation:from_left 0.5s ease;
	-moz-animation:from_left 0.5s ease;
	-webkit-animation:from_left 0.5s ease;
	-o-animation:from_left 0.5s ease; */
}
.slides li img{
	width: 100%;
	position: relative;
}
.slides li.current{
	opacity:1;
	/* animation:from_right_in 0.5s ease;
	-moz-animation:from_right_in 0.5s ease;
	-webkit-animation:from_right_in 0.5s ease;
	-o-animation:from_right_in 0.5s ease; */
	z-index: 500;
	cursor: pointer;
}
.lbtprev,.lbtnext{
	position: absolute;
	height: 20%;
	top: 40%;
	z-index: 600;
	cursor: pointer;
	opacity:0.1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	/* Firefox 4 */
	-webkit-transition: all 0.2s;
	/* Safari 和 Chrome */
	-o-transition: all 0.2s;
}
.lbtprev{
	left: 0px;
}
.lbtnext{
	right: 0px;
}
.lbimg:HOVER .lbtprev,.lbimg:HOVER .lbtnext{
	opacity:1;
}
