.lb-con{
	clear:both;
	width:100%;
	margin:0 auto;
}
.lb{
	width:100%;
	height:415px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/loading.png) repeat-x;
}
.lbLoading{
    width:325px;
	height:56px;
	line-height:56px;
	position:absolute;
	left:40%;
	top:200px;
    text-align:center;
	display:none;
}
.lbLoading2{
	width:330px;
	height:56px;
}
.lbLoading em{
	font-weight:bold;
}
.lbs{
	width:200%;
	height:425px;
	position:absolute;
	left:-50%;
	top:0;
}
.lbBox{
	width:1920px;
	height:425px;
	margin:0 auto;
}
.lbBox a{
	display:block;
	width:1920px;
	height:425px;
	position:absolute;
	z-index:1;
	opacity:0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}
.lbBox a.lb-on{
	z-index:3;
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.lbBox img{
	display:block;
	width:1920px;
	height:425px;
}
.small-image{
	width:340px;
	height:80px;
	position:relative;
	top:350px;
	z-index:4;
	margin:0 auto;
}
.small-image a{
	width:80px;
	height:55px;
	display:black;
	float:left;
	outline:medium none;
	margin-right:20px;
	overflow:hidden;
	border:5px solid #fff;
	opacity:0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.small-image a.on{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	border-color:#6cbf28;
}
.small-image img{
	width:100%;
}