html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.pn_main {
font-weight: normal;
font-size: 10px;
float: right;
font-family: Arial, sans-serif;
padding:0;
margin:0;
}
.pn_main li{display:inline;}

html>body .previous:link, html>body .previous:visited {
width: 82px;
height: 17px;
background-image: url(poff.gif);
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
text-align:center;
float:left;
color: #888;

}

html>body .previous:hover {
width: 82px;
height: 17px;
background-image: url(pover.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;

}

html>body .previous:active {
width: 82px;
height: 17px;
background-image: url(phit.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;

}
html>body .next:link, html>body .next:visited {
width: 82px;
height: 17px;
background-image: url(noff.gif);
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
text-align:center;
float:left;
color: #888;
margin-left: 5px;
}

html>body .next:hover {
width: 82px;
height: 17px;
background-image: url(nover.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;
margin-left: 5px;

}

html>body .next:active {
width: 82px;
height: 17px;
background-image: url(nhit.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;
margin-left: 5px;

}

.previous:link, .previous:visited {
width: 82px;
height: 22px;
background-image: url(poff.gif);
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
text-align:center;
float:left;
color: #888;

}

.previous:hover {
width: 82px;
height: 22px;
background-image: url(pover.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;

}

.previous:active {
width: 82px;
height: 22px;
background-image: url(phit.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;

}
.next:link, .next:visited {
width: 82px;
height: 22px;
background-image: url(noff.gif);
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
text-align:center;
float:left;
color: #888;
margin-left: 5px;
}

.next:hover {
width: 82px;
height: 22px;
background-image: url(nover.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;
margin-left: 5px;

}

.next:active {
width: 82px;
height: 22px;
background-image: url(nhit.gif);
background-repeat: no-repeat;
padding-top: 5px;
text-decoration: none;
text-align:center;
float:left;
color: #c00;
margin-left: 5px;

}
.previous span {
position: relative;
left: 3px;
}
.next span {
position: relative;
right: 4px;
} 
