

#htmlbox_overlay {
    display: block;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    z-index: 999;
}
#htmlbox {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    font-family: verdana;
    color: #999;
    background: #fff;    
}
#htmlbox_content {
    overflow: auto;
    background: #fff;
}
#htmlbox_content.loading {
    background: url(img/loading.gif) no-repeat center center;
}

#htmlbox_nav, #htmlbox_next, #htmlbox_prev, #htmlbox_close, #htmlbox_status {
    line-height: 50px;
    height: 50px;
}
#htmlbox_nav {
    background: #fff url(img/nav_bg.gif) no-repeat top center;
    border-top: 1px solid #e4e4e4;
    position: absolute;
    bottom: 0;
    height: 49px;
    text-align: center;
    width: 100%;
}
#htmlbox_close, #htmlbox_status {
    width: 50px;
    position: absolute;
    top: 0;
}
#htmlbox_close {
    right: 0;
    cursor: pointer;
    background: url(img/close.gif) no-repeat center center;
}
#htmlbox_status {
    left: 0;
    text-align: center;
}
#htmlbox_nav .htmlbox_bullet {
    padding: 0 5px;
    background: url(img/bullet.gif) no-repeat 1px 2px;
    font-size: 10px;
    text-decoration: none;
    outline: none;
    line-height: 50px;
}
#htmlbox_nav .htmlbox_bullet.selected {
/*    background-image: url(img/bullet_selected.gif);*/
}
#htmlbox_next,
#htmlbox_prev {
    top: 0;
    width: 800px;
    overflow: hidden;
    position: absolute;
    height: 50px;
    outline: none;
    text-align: left;
}
#htmlbox_next  a,
#htmlbox_prev  a {
    line-height: 50px;
}
#htmlbox_prev {
    text-align: right;
}
#htmlbox_bullets {
    line-height: 50px;
}



