table#pagination{
	width: 578px;
	white-space: nowrap;
	font-size: 1.1em;
}
td#firstpage {
	text-align: left;
	width: 30%;
}
td#firstpage a {
	background-image: url(images/previous.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
}
td#pager {
	text-align: center;
}
.page,
.extend {
	margin: 0 3px;
}
.current {
	text-decoration: underline;
}
td#lastpage {
	text-align: right;
	width: 30%;
}
td#lastpage a {
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 10px;
}

