.ad1 {
	list-style: none;
	height: 490px;
	width: 980px;
	overflow: hidden;
}

.ad2 .dots{	
    list-style: none;
	overflow:auto; /*使用浮动时候结合使用，可以使得容器的宽高自动体现*/
}
.ad2 .dots .dot{
	height: 55px;
	width: 117px;
	float: left;
}
