
.embed_float_left {
    float:left;
}

.embed_float_right {
    float:right;
}

.embed_clear_left {
    clear:both;
    text-align:left;
}

.embed_clear_right {
    clear:both;
    text-align:right;
}

