    #heading {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }
    #heading * {
        display: inline;
        padding: 4px;
        user-select: none;
        cursor: pointer;
        vertical-align: middle;
        font-weight: bold;
    }
    #heading li.active {
        background-color: #1C0B5A;
        border-radius: 3px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -opera-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    
    /* #tabwrapper { border: 1px dotted gray; margin: 0; padding: 4px; } */
    #tabwrapper { border: 2px solid #D3C592; margin: 0 0 14px 0; padding: 0 0 2px 0; }

    #panes {
    /* text-align: justify; */
    border-style: none;
    width: 96%;
    margin: 0 2px 0 2px;
    }

    #panes p {
    /* width: 600px; */
    margin: 0 auto 1em auto;
    line-height: 1.2em;
    }
    
    /*
    #panes div {
    float:right;
    }
    */
    
    #panes img {
        border:none;
        /*
        text-align: left;
        vertical-align: top;
        */
        float:left;
        margin-right: 10px;
    }

    #panes div div { overflow: hidden; }

    #previous { float: none; cursor: pointer; }
    #next { float: none; cursor: pointer; }
