.container, .container *{margin:0; padding:0;}
 
.container{
	width:960px;
	height:320px;
	overflow:hidden;
	position:relative;
}
 
.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:960px; height:320px; display:block;}
 
.slider2{width:2000px;}
.slider2 li{float:left;}
 
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #666;
	text-align: center;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-family: Arial;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	background:url(../images/number.gif) no-repeat;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.num li.on{
	color: #666;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 14px;
	margin: 3px 1px;
	border: 0;
	filter:alpha(opacity=100);
	 -moz-opacity:1;
	 -khtml-opacity: 1;
	 opacity: 1;
	 font-weight:bold;
}
