.container, .container *{margin:0; padding:0;}

.container{
	width:727px;
	height:281px;
	overflow:hidden;
	position:relative;
}

.slider{
	position:absolute;
}
.slider li{
	list-style:none;
	display:inline;
}
.slider img{
	width:727px;
	height:281px;
	display:block;
}

.slider2{
	width:2000px;
}
.slider2 li{
	float:left;
}

.num{
	position:absolute;
	right:5px;
	bottom:2px;
	z-index: 1000;
}
.num li{
	float: left;
	color: #666;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	background-image:url(ad_img/bt_on.gif);
}
.num li.on{
	color: #999;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	margin: 0 1px;
	border: 0;
  background-image:url(ad_img/bt_off.gif);
}