/* You can add custom styles here. */
img[src$='#floatleft']
{
    float:left;
    padding-right: 5%;
}

img[src$='#floatright']
{
    float:right;
    padding-left: 5%;
}
