div#content span.pagenav {
  text-align: center;
  display: block;
}

div#content span.pagenav table {
  text-align: left;
  margin: 0 auto;
  background-image: url(/img/pagenav_center.jpg);
  background-repeat: repeat-x;
}

div#content span.pagenav table td {
  height: 18px;
  width: 25px;
  text-align: center;
  background-image: url(/img/pagenav_empty.gif);
  background-repeat: repeat-x;
  color: #000000;
  border-right: 1px solid transparent;
  _filter:chroma(color=tomato);
	_border-color:tomato;
}

div#content span.pagenav table td span.selected{
  background-image: url(/img/pagenav_hover.jpg);
  color: white;
}

div#content span.pagenav table td a,
div#content span.pagenav table td span,
div#content span.pagenav table td div
{
  height: 16px;
  line-height: 16px;
  width: 25px;
  color: #000000;
  text-decoration: none;
  display: block;
}

div#content span.pagenav table td span,
div#content span.pagenav table td div
{
  color: #666666;
}

div#content span.pagenav table td a:hover
{
  text-decoration: none;
  background-image: url(/img/pagenav_hover.jpg);
  background-repeat: no-repeat;
  color: white;
}

div#content span.pagenav table td.prevbutton,
div#content span.pagenav table td.prevbutton_disabled,
div#content span.pagenav table td.prevbutton a,
div#content span.pagenav table td.prevbutton_disabled a,
div#content span.pagenav table td.prevbutton span,
div#content span.pagenav table td.prevbutton_disabled span
{
  width: 50px;
}

div#content span.pagenav table td.prevbutton a:hover
{
  background-image: url(/img/pagenav_prev_hover.jpg);
  background-position: top center;
}

div#content span.pagenav table td.nextbutton,
div#content span.pagenav table td.nextbutton_disabled,
div#content span.pagenav table td.nextbutton a,
div#content span.pagenav table td.nextbutton_disabled a,
div#content span.pagenav table td.nextbutton span,
div#content span.pagenav table td.nextbutton_disabled span
{
  width: 70px;
}

div#content span.pagenav table td.nextbutton a:hover
{
  background-image: url(/img/pagenav_next_hover.jpg);
  background-position: top center;
}

div#content span.pagenav table td.firstbutton,
div#content span.pagenav table td.firstbutton_disabled
{
  background-image: url(/img/pagenav_left.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 70px;
}

div#content span.pagenav table td.firstbutton a,
div#content span.pagenav table td.firstbutton_disabled a,
div#content span.pagenav table td.firstbutton span,
div#content span.pagenav table td.firstbutton_disabled span
{
  text-align: right;
  width: 70px;
  padding-right: 3px;
}

div#content span.pagenav table td.firstbutton a:hover
{
  background-image: url(/img/pagenav_left_hover.jpg);
  background-position: right;
}

div#content span.pagenav table td.lastbutton,
div#content span.pagenav table td.lastbutton_disabled
{
  background-image: url(/img/pagenav_right.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  width: 70px;
}

div#content span.pagenav table td.lastbutton a,
div#content span.pagenav table td.lastbutton_disabled a
div#content span.pagenav table td.lastbutton span,
div#content span.pagenav table td.lastbutton_disabled span
{
  text-align: left;
  width: 70px;
  padding-left: 3px;
}

div#content span.pagenav table td.lastbutton a:hover
{
  background-image: url(/img/pagenav_right_hover.jpg);
  background-position: left;
}