.image_zoom_frame_number {
    font-size: 12px;
}

.rotate_panel {
    color: #999999;
    border-radius: 5px;
    border: 1px gray solid;
    background-color: #676767;
    height: 20px;
    width: 60px;
    position: absolute;
    bottom: 60px;
    right: 26px;
    text-align: center;
}

.rotate_panel table
{
    padding-left: 4px;
    padding-top: 2px;
    width: 100%;
}
.rotate_panel table td
{
    line-height: 12px;
}

.nav_panel {
    border-radius: 5px;
    border: 1px gray solid;
    background-color: #676767;
    width: 95px;
    height: 60px;
    padding-top: 2px;
    padding-left: 4px;
    position: absolute;
    bottom: 90px;
    right: 10px;
    opacity: 0.7;
}

.pan_table
{
    width: 60px;
    margin: 0px;
    position: relative;
    left: 10px;
}
.pan_table td
{
    margin: 1px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}


#canvas_holder {
    position: relative;
    width: 500px;
}

#label_hud {
    position: absolute;
    z-index: 100;
    color: white;
    height: 60px;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    text-align: center;
    display: none;
}

#edit_label_buttons {
    display: none;
}

#edit_label_buttons, #manage_image_buttons {
    /*height: 25px;*/
    width: 100%;
    /*border: 1px solid #999;*/
}

#edit_label_buttons img, #manage_image_buttons img {
    float: left;
    display: inline;
}

#manage_image_buttons span {
    float: left;
    line-height: 25px;
}

#buttonpanel
{
    margin-top: -5px;

    background: #dde5e9; /* Old browsers */
    background: -moz-linear-gradient(top, #dde5e9 0%, #b3bfcc 50%, #dde5e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dde5e9), color-stop(50%,#b3bfcc), color-stop(100%,#dde5e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dde5e9 0%,#b3bfcc 50%,#dde5e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dde5e9 0%,#b3bfcc 50%,#dde5e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dde5e9 0%,#b3bfcc 50%,#dde5e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dde5e9 0%,#b3bfcc 50%,#dde5e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde5e9', endColorstr='#dde5e9',GradientType=0 ); /* IE6-9 */

    border: 1px solid black;
    height: 36px;
}


ul.button_bar, ul.label_edit_bar
{
    position: relative;
    list-style: none;
    margin: 0;
}

.label_edit_bar li
{
    background-image: url("../images/label_edit_sprites.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 32px;
    cursor: pointer;
    /*border: 1px solid red;*/
}

li.btn_add_label
{
    left: 6px;
    background-position: -4px 0px;
    width: 74px;
}

li.btn_reset_labels
{
    left: 200px;
    background-position: -216px 0px;
    width: 54px;
}

li.btn_clear_labels
{
    left: 260px;
    background-position: -273px 0px;
    width: 54px;
}

li.btn_unclear_labels
{

    display: none;
    left: 260px;
    background-position: -331px 0px;
    width: 54px;
}

li.btn_done_label
{
    left: 440px;
    background-position: -488px 0px;
    width: 52px;
}




.button_bar li
{
    background-image: url("../images/button_bar_sprites.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 32px;
    cursor: pointer;
    /*border: 1px solid red;*/
}

.button_bar li.active
{
    opacity:0.7;  /* for standard browsers */
    filter: alpha(opacity = 70);  /* for IE */
}

.button_bar li a
{
    width: 100%;
    height: 100%;
}

li.btn_label_layer
{
    left: 4px;
    top: 8px;
    background-image: none;
    cursor: default;
}

li.btn_layer_up
{
    left: 36px;
    background-position: 0px 0px;
    width: 28px;
}

li.btn_layer_down
{
    left: 62px;
    background-position: -27px 0px;
    width: 28px;
}

li.btn_label_labels
{
    left: 100px;
    top: 8px;
    background-image: none;
    cursor: default;
}

li.btn_labels_on
{
    left: 140px;
    background-position: -110px 0px;
    width: 30px;
}

li.btn_labels_off
{
    left: 168px;
    background-position: -138px 0px;
    width: 26px;
}

li.btn_labels_edit
{
    left: 192px;
    background-position: -164px 0px;
    width: 34px;
}

li.btn_vocalize
{
    left: 236px;
    background-position: -214px 0px;
    width: 28px;
}

li.btn_print
{
    left: 262px;
    background-position: -244px 0px;
    width: 28px;
}

li.btn_download
{
    left: 290px;
    background-position: -276px 0px;
    width: 28px;
}

li.btn_purchase
{
    left: 326px;
    background-position: -324px 0px;
    width: 74px;
}

li.btn_upvote
{
    left: 410px;
    background-position: -415px 0px;
    width: 30px;
}

li.btn_downvote
{
    left: 440px;
    background-position: -445px 0px;
    width: 28px;
}

li.voted
{
    border: 1px solid green;
}

li.unvoted
{

}

li.btn_enlarge
{
    left: 470px;
    background-position: -475px 0px;
    width: 28px;
}

#larger_viewer
{
    position: absolute;
    z-index: 100;
    background-color: white;
    border: 1px solid black;
    display: none;
    padding: 5px;
}

.disease_menu
{
    margin-top: 8px;
}