/*--------------------------------------------------------------------------------
// O. Veenstra  2024/07/17
//--------------------------------------------------------------------------------
//
// compare effect of aperture on CANON MACRO LENS EF 100 mm 1:2.8 USM
//--------------------------------------------------------------------------------
*/

.cls_img_window
{
    width:    450px;
    height:   300px;
    top:      240px; 
    overflow: hidden;
    position: absolute;
    padding:    0px;
    margin:     0px;;
}

.cls_img
{
    position: absolute;        
    left:     0px;
    top:      0px
}

/* !!!
.cls_span_result
{
    position: absolute;
    top: 445px;
}
*/

#id_img_ref
{
    position: absolute;
    width:    300px;
    height:   200px;
    left:      30px;
    top:       10px;     
    padding:    0px;
    margin:     0px;;
}


#id_aperture_0
{
    position: absolute;
    left:      30px;
    top:      220px;
}

#id_aperture_1
{
    position: absolute;
    left:     500px;
    top:      220px;
}

#id_aperture_2
{
    position: absolute;
    left:     970px;
    top:      220px;
}

#id_aperture_3
{
    position: absolute;
    left:     1440px;
    top:       220px;
}

#id_aperture_4
{
    position: absolute;
    left:      30px;
    top:      550px;
}

#id_aperture_5
{
    position: absolute;
    left:     500px;
    top:      550px;
}

#id_aperture_6
{
    position: absolute;
    left:     970px;
    top:      550px;
}

#id_aperture_7
{
    position: absolute;
    left:     1440px;
    top:       550px;
}


#id_div_img_0
{
    left:   30px;        
}

#id_div_img_1
{
    left:  500px;        
}

#id_div_img_2
{
    left:  970px;        
}

#id_div_img_3
{
    left: 1440px;        
}

#id_div_img_4
{
    top:  570px;
    left:  30px;        
}

#id_div_img_5
{
    top:  570px;
    left: 500px;        
}

#id_div_img_6
{
    top:  570px;
    left: 970px;        
}

#id_div_img_7
{
    top:   570px;
    left: 1440px;        
}


#id_cb_corrected
{
    position: absolute;;
    left: 350px;
    top:  194px;
}

#id_cb_label
{
    position: absolute;;
    left: 375px;
    top:  194px;
}

#id_span_info
{
    position: absolute;;
    left: 350px;
    top:    0px;
}