#feature-clients {
	width:605px;
	height:258px;
	overflow:hidden;
	float:left;
	margin:0px;
	padding:0px;
}
#feature-clients ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#feature-clients li {
	width:605px;
	height:258px;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#feature-clients li a {
	width:605px;
	height:258px;
	display:block;
	float:left;
}
/*Feature Navigation*/
#feature-nav {
	height:38px;
	margin:0px 0px 0px 60px;
}
#feature-nav li {
	display:inline;
	float:left;
}
#feature-nav li a {
	height:38px;
	display:block;
	text-indent:-9999px;
	float:left;
}
#feature-nav li#fn-prev a {
	width:35px;
	background:transparent url(../images/prev.png) no-repeat 0 0;
}
#feature-nav li#fn-next a {
	width:35px;
	background:transparent url(../images/next.png) no-repeat 0 0;
}
#feature-nav li#fn-prev a:hover {
	width:35px;
	background:transparent url(../images/prev-hover.png) no-repeat 0 0;
}
#feature-nav li#fn-next a:hover {
	width:35px;
	background:transparent url(../images/next-hover.png) no-repeat 0 0;
}
.nextprev {
	position:absolute;
	z-index:100;
	*top:220px;
	*left:550px;
	top:345px;
	left:485px;
	
}


