#PgCount {
	/*border-bottom:1px solid #cecece;*/
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
#PgCount li {
	margin:0px;
	padding:0px;
	display:inline;
}
#PgCount li.page a {
	border:1px solid #ddd;
	color:#262626;
	font-size:12px;
	font: bold 12px arial,sans-serif;
	text-decoration:none;
	margin:0 1px;
	padding:2px 7px;
	display:inline;
	background:#e5e5e5;
}
#PgCount li.page a.activePage,#PgCount li.page a.activePage:hover {
	background:#83110e;
	border:1px solid #dfdfdf;
	color:#fff;
	text-decoration:none;
}
#PgCount li.page a:hover {
	background:#ececec;
	color:#262626;
	text-decoration:none;
}
#PgCount li.NavPrev a {
	background:url(../img/bg_prev.gif) no-repeat left 5px;
	border:none;
	color:#83110e;
	font: normal 12px arial,sans-serif;
	padding:2px 0 2px 14px;
	margin-right:5px;
	text-decoration:none;
}
#PgCount li.NavNext a {
	background:url(../img/bg_next.gif) no-repeat right 5px;
	border:none;
	color:#83110e;
	font: normal 12px arial,sans-serif;
	text-decoration:none;
	padding:2px 14px 2px 0;
	margin-left:5px;
}
#PgCount li.NavPrev_off span {
	background:url(../img/bg_prev_off.gif) no-repeat left 5px;
	color:#5f5f5f;
	font: normal 12px arial,sans-serif;
	padding:2px 0 2px 14px;
	margin-right:5px;
}
#PgCount li.NavNext_off span {
	background:url(../img/bg_next_off.gif) no-repeat right 5px;
	color:#5f5f5f;
	font: normal 12px arial,sans-serif;
	padding:2px 14px 2px 0;
	margin-left:5px;
}
#PgCount li.NavPrev a:hover,#PgCount li.commentsNavNext a:hover {
	background-color:none;
	color:#83110e;
	text-decoration:none;
}