.hyweb { width:100%; height:500px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:500px;
}
.hyweb li img{ border:0px; width:1000px;height:500px;}
.hyweb li A{ width:1000px;TEXT-INDENT: -1010px;height:500px; DISPLAY: block; WHITE-SPACE: nowrap; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:48%; bottom:8px; overflow:hidden;  height:30px; line-height:20px; position: absolute; z-index: 999; 	}
.hyweb .num li { text-align:center;
	width: 20px;
	height: 20px;
	line-height:0px;
	color:#fff;
	cursor:pointer;
	float: left;
	overflow:hidden;
	background-image: url(t2.png);
	background-repeat: no-repeat;
	background-position: center center;font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
.hyweb .num li.on {
	color:#956E35;
	background-image: url(t1.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/
.hyweb .zz{
	width:100%;position: absolute; z-index: 888;
	left:0px; bottom:0px; height:30px;
	background-image: url(xb.png);
	background-repeat: repeat;
	background-position: left top;
}
/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 53px;
	height:600px;
	position: absolute;
	filter: Alpha(Opacity=1);
-moz-opacity:1;		opacity:1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:5%;
	background-image: url(left.png);
}
.hyweb .next {
	right:5%;
	background-image: url(right.png);
}
#player {
	 margin: 0px auto; width:1200px; height:130px; position: relative; z-index: 0;
}