/* Comic navigation bar buttons */
/** RandomNESS About **/
a.current-rand-about, a.link-rand-about, a.section-rand-about {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/about_h.png) no-repeat;
}

a.current-rand-about, a.link-rand-about:hover, a.section-rand-about {
    text-indent: -9999em;
}

/** RandomNESS Links **/
a.current-rand-links, a.link-rand-links, a.section-rand-links {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/links_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-links, a.link-rand-links:hover, a.section-rand-links {
    text-indent: -9999em;
}

/** RandomNESS Contact **/
a.current-rand-contact, a.link-rand-contact, a.section-rand-contact {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/contact_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-contact, a.link-rand-contact:hover, a.section-rand-contact {
    text-indent: -9999em;
}

/** RandomNESS Arcive **/
a.current-rand-archive, a.link-rand-archive, a.section-rand-archive {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/archive_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-archive, a.link-rand-archive:hover, a.section-rand-archive {
    text-indent: -9999em;
}

/** RandomNESS First **/
a.current-rand-first, a.link-rand-first, a.section-rand-first {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/first_h.png) no-repeat;
}

a.current-rand-first, a.link-rand-first:hover, a.section-rand-first {
    text-indent: -9999em;
}

/** RandomNESS Previous **/
a.current-rand-prev, a.link-rand-prev, a.section-rand-prev {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/prev_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-prev, a.link-rand-prev:hover, a.section-rand-prev {
    text-indent: -9999em;
}

/** RandomNESS Next **/
a.current-rand-next, a.link-rand-next, a.section-rand-next {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/next_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-next, a.link-rand-next:hover, a.section-rand-next {
    text-indent: -9999em;
}

/** RandomNESS Last **/
a.current-rand-last, a.link-rand-last, a.section-rand-last {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/rand-nav/last_h.png) no-repeat;
    margin-left: 5px;
}

a.current-rand-last, a.link-rand-last:hover, a.section-rand-last {
    text-indent: -9999em;
}

