.navigation{
	position:relative;
	left:390px;
	top:0;
	font-family:Verdana;
	font-size:7pt;
	color:#333;
	width:110px;
	/*border:1px solid black;*/
}
.navtext{
	position:relative;
	top:0px;
	float:left;
	vertical-align:absmiddle;
	margin-right:5px;
	color:#FFF;
}
.prev{
	cursor:hand;
	float:left;
	width:16px;
	height:17px;
	background:#333 url(/images/prev.gif);
}
.prev_off{
	float:left;
	width:16px;
	height:17px;
	background:#333 url(/images/prev_null.gif);
}
.next{
	cursor:hand;
	float:left;
	width:17px;
	height:17px;
	background:#333 url(/images/next.gif);
}
.next_off{
	float:left;
	width:17px;
	height:17px;
	background:#333 url(/images/next_null.gif);
}
.next:hover{
	background:#333 url(/images/next_over.gif);
}
.prev:hover{
	background:#333 url(/images/prev_over.gif);
}
.page {
	filter:blendTrans(duration=0.5);
	bottom:0px dashed #666;
}