#bannerThree { 
	overflow:hidden;
	position:relative;	
	background:#fff url(../images/loading.gif) center center no-repeat;
	margin-bottom:1px;
}
.slider,
.num{
	position:absolute;
}
.slider li{ 
	list-style:none;
	display:inline;
}
.slider img{ 
	width:769px; 
	height:372px;
	display:block;
}
.num{ 
	right:5px; 
	bottom:5px;
}
.num li{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #ccc;
	background-color: #000;
}
.num li.on{
	color: #fff;
	background-color: #666;
	font-weight: bold;
}
.bannersall0 { margin-right:1px;}

