.custom-pager {
	float:left;
	width: 100%;
	height:36px;
	text-align:right;
	margin-top:10px;
}
.custom-pager ul {
	float:right;
	height: 100%;
	padding: 0;
	margin:0;
	text-align: right;
}
.custom-pager ul li {
	list-style:none;
	float:left;
	height: 20px;
	border:1px solid #09c;
	background-color: #fff;
	margin-left:4px;
	cursor: pointer;
	color:#09c;
}
.prev-page {
	width: 26px;
	_width:14px;
	background: url(images/arrow_left1.gif) no-repeat center center;
}
.prev-page label{
	float:left;
	width: 100%;
	height: 100%;
	line-height: 24px;
	_line-height:18px;
	text-align: left;
	font-size: 12px;
	margin-left:14px;
	text-align: left;
}
.page-num{
	width: 26px;
}
.page-num label{
	float:left;
	width: 100%;
	height: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}
.next-page {
	width: 26px;
	_width:14px;
	background: url(images/arrow_right1.gif) no-repeat center center;
}
.next-page label{
	float:right;
	width: 100%;
	height: 100%;
	line-height: 24px;
	_line-height: 18px;
	text-align: left;
	font-size: 12px;
	text-align: right;
	margin-right: 14px;
}