@charset "utf-8";
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	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;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #ff8200;
	font-weight: bold;
}

#wp_page_numbers {
	margin-top: 100px;
	width: 629px;
	line-height:40px;
	background: url('img/bgPager.gif') no-repeat;
	text-align:center;
	
}
#wp_page_numbers ul {
	display:inline;
}
#wp_page_numbers li {
	display: inline;
	margin-top:10px;
	margin-right:5px;
}

#wp_page_numbers a {
	padding: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

#wp_page_numbers li a:hover {
	color: #000;
}

#wp_page_numbers li.space {
	
}

#wp_page_numbers li.active_page a {
	background-image: url('img/bgPagerActive.gif');
	background-repeat:no-repeat;
	background-position:center;
	color: #fff;
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
}

#wp_page_numbers li.page_info {

}
