img.floatLeft { 
    float: left; 
    margin: 4px;
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

