#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	text-decoration: none;
	font-weight: bold;
	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: 12px;
	font-family: Arial;
	color: white;
}

#wp_page_numbers {
	float: right;	
	margin-top: 10px;		
	width: auto;	
	text-align: right;
	border: 0px solid #282828;
	padding-left: 10px;
	color: #000000;
}
#wp_page_numbers ul {
	
	float: right;
}
#wp_page_numbers li {
	float: left;
	display: block;
	padding: 1px;
}

#wp_page_numbers a {
	padding: 3px 4px;
	display: block;
	border: 1px solid #282828;
	color: #FF0000;
}

#wp_page_numbers li a:hover {
	text-decoration: underline;
	border: 1px solid #898989;
	background-color: #646464;
	color: #000;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	text-decoration: none;
	border: 1px solid #676767;
	background-color: #646464;
	color: #000;
}
#wp_page_numbers li.active_page a:hover  {
	color: #000; /* IE fix */
	background: #646464;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 6px;
	padding-right: 8px;
	color: #fff;
	font-size: 11px;
}