div.pager {
	text-align: center; line-height:30px; padding-bottom: 20px; 
}

div.pager a {
	background:#fff; border-radius:3px; display:inline-block; width:30px; height:30px; color: #aaa;margin-right: 5px; text-decoration: none; 
}
div.pager a:hover {

}
div.pager a:active {
	
}
div.pager span.current {
	border-bottom: #e0e0e0 1px solid; border-left: #e0e0e0 1px solid; padding-bottom: 2px; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; color: #aaa; border-top: #e0e0e0 1px solid; font-weight: bold; margin-right: 2px; border-right: #e0e0e0 1px solid; padding-top: 2px
}
div.pager>span.navi {
	border: none!important; display:inline-block; background:#fff; padding:0!important; border-radius:3px; width:30px; height:30px; color: #ccc;  margin-right: 2px; 
}