/* menuNav */

.menuNav li{
	width:16px;
	height:17px;
	float:left;
	margin:2px 3px 0;
}
.menuNav li a{
	display:block;
	width:16px;
	height:17px;
	cursor:pointer;	
	
}
.menuNav .numImg{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:auto;
	padding:2px 4px 0 7px;
	font-weight: bold;
	color:#666;
	text-align:center;
	line-height:normal;
}

.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;}

.navfirst a:hover{background:url(../img/navigation/firstRoll.gif) left top no-repeat;}
.navprev a:hover{background:url(../img/navigation/prevRoll.gif) left top no-repeat;}
.navnext a:hover{background:url(../img/navigation/nextRoll.gif) left top no-repeat;}
.navlast a:hover{background:url(../img/navigation/lastRoll.gif) left top no-repeat;}