div.fadenav {
	position: absolute;
	top: 220px;
	left:5px;
	}
div.fadenav a {
	display: block;
	background: #ccc;
	width: 18px;
	height: 18px;
	margin: 0 0 0 8px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #000;
	}
div.fadenav a:hover {
	text-decoration: none;
	}
div.fadenav a.current {
	background: #c00;
	}

