*{
	padding: 0; margin: 0;
}
.lzkbanner{ 
	margin-top: 1px; 
	width:100%; 
	height:430px; 
	background:#CCC; 
	position:relative; 
	overflow:hidden;
}
.lzkbannerImg{
	height:430px; position:relative;
}
.lzkbannerImg a{ 
	display:block; position:absolute; top:0px; width:100%;height:430px;
}
.lzkbannerPrev{ 
	display:block; width:50px; height:50px; 
	background:url(./prev.png) no-repeat; 
	cursor:pointer; 
	position:absolute; left:50px; top:50%; margin-top: -25px;
}
.lzkbannerNext{ 
	display:block; 
	width:50px; height:50px; 
	background:url(./next.png) no-repeat; 
	cursor:pointer;
	position:absolute; right:50px; top:50%; margin-top: -25px;
}
.lzkbannerList{ 
	text-align:center; 
	position:absolute;
	bottom: 20px;
	left: 50%;
}
.lzkbannerList i{ 
	display:inline-block; margin: 0 3px; 
	width:15px;
	height:15px;
	background:#fff; cursor:pointer;  border-radius:15px;
}

.lzkbannerList i.youxu{
	color:#000;
	font-size:12px; 
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}

.lzkbannerList i.selected{ 
	background:#007130;
	color: #fff;
}