div.fadenav {     
    position: absolute;
    right: 21px;
    top: 352px;
}
div.fadenav a { 
	display: block; 
	background: #666666; 
	width: 9px; 
	height: 9px; 
	margin: 0 0 0 5px; 
	float: left; 
	overflow: hidden;
	background:url(../images/template/aroowgay.png) left top no-repeat;
 }
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current {
	background:url(../images/template/aroowblue.png) left top no-repeat;
	width:9px;
	height:9px;
}
#example2 div.fadenav {     
    position: absolute;
    left: 110px;
    top: 345px;
    width: 32px;
}
#example3 div.fadenav {     
    position: absolute;
    left: 110px;
    top: 345px;
    width: 32px;
}
