    div.imageindex
    {
/*        background-color:Silver; */
        flex-wrap: none;
        display: inherit;
        flex-align: inherit;

    }
    div.imageindex_box
    {
        min-width:100px; 
        max-width:410px; 
        float:left;
        margin-right:5px; 
        margin-bottom:10px;
        border: 0px solid gray; 
        overflow:visible;
    }
    
    img.imageindex_img
    {
        float:left; 
        border:2;
        margin:1px;
    }
    div.imageindex_text
    {
/*        border-width:0;
        border-bottom:0;*/
        max-width:620px; 
        border: 0px solid gray; 
        clear:left;
        
    }

    div.image_text
    {
/*        border-width:0;
        border-bottom:0;*/
        margin: 5px;
        margin-top: 0px;
        max-width:620px; 
        border: 1px solid gray; 
        
    }
