﻿
/*
#prevLink, #nextLink{ width: 63px; height: 32px; display: block; }
#prevLink { position: absolute; bottom: -28px; right: 150px; float: none; left: auto; }
#nextLink { position: absolute; bottom: -28px; right: 80px; float: none; left: auto; }
#prevLink { background: url(/images/prevlabel.gif) bottom 0px no-repeat; }
#nextLink { background: url(/images/nextlabel.gif) bottom 0px no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) bottom 0px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) bottom 0px no-repeat; }
*/