#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;

}

#wp_page_numbers li a:hover {
}

#wp_page_numbers li.space {
	display:none;
}

#wp_page_numbers li.first_last_page {
        display:none !important;
}

#wp_page_numbers li.active_page a {
	
        display:none;
}
#wp_page_numbers li.active_page a:hover  {
        display:none;
}

#wp_page_numbers li.page_info {
	display:none;
}

.pageNumbs{display:none !important;}
#prevPage {
        display:block !important;
        float:left !important;
        
}
#prevPage a {
         background:transparent url(http://blog.codlib.com/wp-content/themes/digg-3-col/images/codlib.png) repeat 0 0; 
         height:25px;
         text-indent:-50000px;
         width:106px;
         background-position: -142px -6px; 
         overflow:hidden
}
#nextPage {
         display:block;
         float:right !important;         
}
#nextPage a {
         background:transparent url(http://blog.codlib.com/wp-content/themes/digg-3-col/images/codlib.png) repeat 0 0; 
         height:25px;
         text-indent:-50000px;
         width:97px;
         background-position: -269px -6px; 
         overflow:hidden;
}