div.pager {
	position: relative;
	text-align: center;
	background-image: url(/img/upload/interface/hr_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 600px;
}
div.pager div.back, div.pager div.forward {
	position: absolute;
	top: 0px;
}
div.pager div.back {
	left: 0px;
}
div.pager div.forward {
	right: 0px;
}
div.pager div.next {
	right: 0px;
}
div.pager div.previous {
	left: 0px;
}
div.pager div.l {
	display: inline;
}
div.pager a {
	font-weight:normal;
}
.active, .active a:hover, .active a {
	color: #a9a9a9 !important;
	font-weight: normal;
	text-decoration: none;
}

