#lunbo{
	position: relative;
	width:472px;
	height:342px;
	overflow: hidden;
	float: left;
}
#lunbo .slider{
	width:10000px;
	height:342px;
	position: absolute;
	left: 0;
	top:0;
}
#lunbo .slider .slideritem{
	width:472px;
	height:342px;
	float: left;
}
#lunbo .slider .slideritem img{
	width:100%;
	height: 100%;
}
#lunbo .lblist{
	width:472px;
	height:42px;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#lunbo .lblist .lbcover{
	background: #000;
	filter: alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;
	width:472px;
	height:42px;
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: 0px;
}
#lunbo .lblist .textul{
	width:300px;
	height:42px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1;
}
#lunbo .lblist .textul li{
    width:100%;
    height:42px;
    line-height: 42px;
	display: none;
	color: white;
	text-indent: 20px;
}
#lunbo .lblist .textul li a{
	width:100%;
    height:42px;
    line-height: 42px;
	text-indent: 20px;
	color: white;
}
#lunbo .lblist .textul li a:hover{
	color: orange;
}
#lunbo .lblist .textul li.cur{
	display: block;
}
#lunbo .lblist .navpoint{
	z-index: 1;
	width:100px;
	position: absolute;
	right: 0;
	bottom: 0px;
	height:42px;
}
#lunbo .lblist .navpoint li{
	width:8px;
	height:8px;
	float: left;
	background: white;
	margin:22px 4px;
	cursor: pointer;
	border-radius: 4px;
}
#lunbo .navpoint li.cur{
	background: red;
}
