.container, .container *{margin:0; padding:0;}

.container{width:929px; height:278px; overflow:hidden; position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:929px; height:278px; display:block;}

.slider2{width:9000px;}
.slider2 li{float:left;}



.num{ position:absolute; right:15px; bottom:15px; }
.num li{
	float: left;
	color: #5b72bc;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-family: Arial;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	margin: 0px 4px;
	border: 1px solid #6072ab;
	background-color: #d3dbee;
}
.num li.on{
	color: #fff;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-size: 14px;
	margin: 0 4px;
	border: 1px solid #bbc2d2;
	background-color: #5b72bc;
	font-weight: normal;
}