#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial;
	list-style-type: none;
}

#wp_page_numbers {
	width: 475px;
	background: white;
	clear: right;
	float: left;
}
#wp_page_numbers ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wp_page_numbers li {
	display: block;
	float: left;
}

#wp_page_numbers a {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #a7a7a7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wp_page_numbers li a:hover {
	color: #69b1d5;
	text-decoration: none;
}

#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 {
	color: #69b1d5;
}
#wp_page_numbers li.active_page a:hover  {
	text-decoration: underline;
	color: #69b1d5;
}

#wp_page_numbers li.page_info {
	display: block;
	color: #a7a7a7;
	font-size: 11px;
	font-weight: bold;
	margin-right: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

