* {
	margin: 0;
	padding: 0;
}
#banner  {
	position : relative;
	z-index:0;
	width  : 548px;
	height : 548px;
	border-radius: 3px;
}
#banner_list a {
	position : absolute;
}
#banner_page {
	position   : absolute;
	bottom     : 70px;
	left       : 50%;
	padding-right : 15px;
}
#banner_page li {
	float  : left;
	margin: 0;
	margin-left : 14px;
	width  : 12px;
	height : 12px;
	border-radius: 50%;
	background  : #4ec0ff;
	list-style  : none;
	cursor : pointer;
}
#banner_page .current {
	background: #fff;
}