.PrevLink,.NextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: center;
	position: static;
}
.PrevLink a { 
	position: absolute;
	background-image: url(/orvis_assets/images/greencarrot_10x10_back.gif); 
	padding-right: 14px; 
	background-position: right 3px; 
	background-repeat: no-repeat; 
}
/*  */
.PrevLink a:hover { 
	background-image: url(/orvis_assets/images/redcarrot_10x10_back.gif); 
}

.NextLink a { 
	position: static;
	background-image: url(/orvis_assets/images/greencarrot_10x10.gif); 
	padding-left: 20px; 
	text-align: right;
	background-position: 8px 3px; 
	background-repeat: no-repeat; 
}
.NextLink a:hover { 
	background-image: url(/orvis_assets/images/redcarrot_10x10.gif); 
}
/*  style="position:absolute;left:0px;top:0px;vertical-align:top;text-align:left;"  */
.PNet {
	position:absolute;
	left:0;
	top:0;
	vertical-align:top;
	text-align:left;
	width:50%;
}

/*  style="position:absolute;right:0px;top:0px;vertical-align:top;text-align:right;" */
.NNet {
	position:absolute;
	right:0;
	top:0;
	vertical-align:top;
	text-align:right;	
	width:50%;
}

/*  style="position:relative;width:auto;margin:0 10px 10px 10px;height:20px;" */
.PNNetDiv {
	position:relative;
	width:auto;
	height:auto;
	margin:0px 10px 10px 10px;
	height:20px;
}

