

.wp-pagenavi a{
	background:url(../images/page/page_num.gif) no-repeat 0 0;
	width:37px;
	height:42px;
	display:block;
	text-align:center;
	float:left;
	margin:0 5px;	
	padding-top:6px;
	text-decoration:none;
	color:#333;
}

.wp-pagenavi a:hover{
	background:url(../images/page/page_num.gif) no-repeat 0 100%;
	color:#FFF;
}

.wp-pagenavi .current{
	background:url(../images/page/page_num.gif) no-repeat 0 100%;
	width:37px;
	height:42px;
	display:block;
	float:left;
	text-align:center;
	margin:0 5px;
	padding-top:6px;
	font-weight:bold;
	color:#FFF;
}

.wp-pagenavi{
	float:right;
	overflow:hidden;
	padding-top:10px;
	clear:both;
	
}

/*.pages{
	float:left;
	background:url(../images/page/backbutton.gif) no-repeat 0 0;
	width:127px;
	height:42px;
	text-align:center;
	display:block;
	color:#333;
	margin:0 5px;	
	padding-top:6px;
}*/
.wp-pagenavi .extend, .dotdot{
	display:none;
}