#wp_page_numbers {
    display: table;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers ul {
    text-align: center;
}

#wp_page_numbers li {
    padding-top: 10px;
    display: block;
    background: url('images/pagination.png') no-repeat;
    width: 34px;
    height: 31px;
	float: left;
}

#wp_page_numbers a {
	display: block;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
    margin: 0;
    padding: 0;
	color: #fff;	
}

#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
}

#wp_page_numbers li.page_info {
   display: none;
}
