table#pagination{
	width: 592px;
	white-space: nowrap;
	font-size: 1.1em;
	background-color:#F7F7F7;
	border:1px solid #E0E0E0;
}
td#firstpage {
	text-align: left;
	width: 30%;
}
/*btd#firstpage a {
	ackground-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: none;
	font-weight:bold;
}
td#lastpage {
	text-align: right;
	width: 30%;
}
#pagination a{
	color:#CCD200;
}
