#wp_page_numbers ul, #wp_page_numbers li {
	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;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Arial;
	color: white;
	display: inline;


}


#wp_page_numbers a, #wp_page_numbers a:visited {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #323232;
	margin-left: 0px;
	padding: 4px 5px;
	border-right:none;
}
#wp_page_numbers a:hover {
	color: #000;
	text-decoration: none;
	display: inline;
	margin-left: 0px;
	background: #FFF;
}



#wp_page_numbers {
	width: auto;
		float:left;
		margin-right:100px;
}
#wp_page_numbers ul {
	
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers li a:hover {
	text-decoration: none;
}

#wp_page_numbers li.space {
	padding: 0px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
	padding: 4px 5px;
}

#wp_page_numbers li.active_page a {
	background: white;
	color: black;
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	background-color:#000000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
padding-top:1px;
padding-right:6px;
	color: #ddd;
	font-size:12px;
}
