/* $Id: $
   Copyright (c) 2004 Kurt M. Brown, x2ii.info.
   This file is subject to the terms and conditions of the GNU General Public
   License. See the file COPYING for more details.
*/

/* Pager */

hbox.pager {
}
hbox.pager > image {
    padding: 4px 5px 5px 4px;
}
hbox.pager > image:hover {
    padding: 5px 4px 4px 5px;
}
hbox.pager > image[anonid=first] {
    list-style-image: url(first.png);
}
hbox.pager > image[anonid=prev] {
    list-style-image: url(prev.png);
}
hbox.pager > image[anonid=next] {
    list-style-image: url(next.png);
}
hbox.pager > image[anonid=last] {
    list-style-image: url(last.png);
}
hbox.pager > image[anonid=processing] {
    list-style-image: url(processing.gif);
}
hbox.pager > image[anonid=reload] {
    list-style-image: url(reload.png);
}

