/* menuNav */

.menuNav{
	clear:both;
	margin:0 auto;	
	width:140px;
}

.menuNav li{
	float:left;
	width:13px;
	height:13px;
	margin-left:8px;	
	margin-top:1px;
}
.menuNav li a{
	display:block;
	width:13px;
	height:13px;	
}
.menuNav .numImg{
	margin-top:0;
	font-size: 11px;
	width:auto;
	padding:0 5px;
	font-weight: bold;
	width:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.navfirst a{background:url(../img/navigation/first.gif) left top no-repeat;}
.navprev a{background:url(../img/navigation/prev.gif) left top no-repeat;}
.navnext a{background:url(../img/navigation/next.gif) left top no-repeat;}
.navlast a{background:url(../img/navigation/last.gif) left top no-repeat;}

.navfirst2 {background:url(../img/navigation/first2.gif) left top no-repeat;}
.navprev2 {background:url(../img/navigation/prev2.gif) left top no-repeat;}
.navnext2 {background:url(../img/navigation/next2.gif) left top no-repeat;}
.navlast2 {background:url(../img/navigation/last2.gif) left top no-repeat;}

.menuNav li a:hover {background-position:left -13px;}