#pagination #prev a {
    background: url('../imgs/prev.png') no-repeat scroll top left;
    height: 19px;
}
#pagination #next a {
    background: url('../imgs/next.png') no-repeat scroll top right;
    height: 19px;
}
.star a {
    background: url('../imgs/star.png') no-repeat scroll top left;
    text-indent: -9999px;
}
.star a:hover {
    background-position: bottom left;
}
