#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: transparent;
	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: 14px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 0px;
	background: transparent;
	margin-bottom: 0px;
	float:right;
	margin-right:10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 0px;
	margin-left:4px;
}

#wp_page_numbers a {
display:inline-block;
font-size:100% !important;border:0px;background:#151715 none;color:#FFF !important;font-weight:700;text-transform:uppercase;cursor:pointer;height:31px;line-height:32px;padding:0px 12px;text-decoration:none !important;
}

#wp_page_numbers li a:hover {
background-color:#E32826;color:#FFF !important;
}

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

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

#wp_page_numbers li.active_page a {
	background:#959494;
}

#wp_page_numbers li.active_page a:hover  {
	background:#959494;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}