img[src$='#floatleft']
{
	float:left;
        //etc. etc/
}

img[src$='#floatright']
{
	float:right;
	max-width: 30%;
       //etc. etc.
}

img[src$='#alignleft']
{
         text-align: left;
	//etc. etc/
}

img{
    //max-width: 30%;
    //height: auto;
}

.clearfix {
  overflow: auto;
}
