#featureNav {
	margin: 0;
	padding: 0;
	position: absolute;
	xtop: 304px;
	top: 424px;
	right: 102px;
	z-index: 5;
	}

#featureNav a  
{
    background: url(../images/home/pageroff.gif) no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 20px;
	}
	
#featureNav a.activeSlide 
{
    background: url(../images/home/pageron.gif) no-repeat;
	color: #ffffff;
	}
	
#featureNav a:focus {
	outline: none;
	}
