

#zofbox_tint,
#zofbox_container {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}

#zofbox_container {
    background: none;
}

#zofbox_view {
    position: absolute;
}

#zofbox_next_arrow,
#zofbox_prev_arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    z-index: 500000;
    background: url(/zofbox/prev.gif);
}

#zofbox_next_arrow {
    background: url(/zofbox/next.gif);
}

.zofbox_no_more_slides {
    background: url(/zofbox/no_more_slides.gif)!important;
}


