#wp_page_numbers {
    display: table;
    height: 100px;
    clear: both;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#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: 20px;
    display: block;
    cursor: pointer;
    background: url('images/pagination.png') no-repeat;
    background-position: top center;
    width: 50px;
    height: 52px;
	float: left;
}

#wp_page_numbers a {
	display: block;
    font-family: "courier new";
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

#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: #000000;	
}

#wp_page_numbers li.active_page a:hover  {
	color: #000; /* IE fix */
}

#wp_page_numbers li.page_info {
   display: none;
}
