#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: url('img/bkg.gif') center left repeat-x;
	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: 12px;
	font-family: Arial;
	color: white;
	font-weight: bold;
}

#wp_page_numbers {
	margin-top: 10px;
	height:30px;
	width: 600px;
	background: url('img/pagination.jpg') top left no-repeat;
}
#wp_page_numbers ul {
	width: 600px;
}
#wp_page_numbers li {
	float: left;
	display: block;
	height:30px;
	line-height:30px;
	color:#9c9c9c;
}

#wp_page_numbers a {
	padding-left: 12px;
	padding-right: 12px;
	line-height:30px;
	font-size:12px;
	display: block;
	color:#d4d4d4;
	background: url('img/divider.gif') top right no-repeat;
	
}

#wp_page_numbers li a:hover {
	color: #8dc63f;
}

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

#wp_page_numbers li.active_page a {
	font-size:12px;
	font-weight:bold;
	padding-left: 12px;
	padding-right: 12px;
	color:#818181;
	background: url('img/divider.gif') top right no-repeat;
}
#wp_page_numbers li.active_page a:hover  {
	color:#9c9c9c; /* IE fix */
}

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