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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

