.hyweb { width:100%; height:330px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:330px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:330px;}
.hyweb li A{ width:1000px;height:330px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {right:10px; bottom:8px;  height:16px;  position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 15px;
	height: 15px;
	border:#010101 solid 1px;
	background-color:#fff;
	line-height:15px;
	overflow:hidden;
	color:#222;
	text-align:center;
	margin-left:6px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}
.hyweb .num li.on {
background-color:#FF0000; color:#fff;
} /*当前项*/


/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:330px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1px;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1px;
	background-position: right center;
	background-image: url(right1.png);
}
