.ImageLeft {
float: left;
margin: 0 16px 16px 0;
}

.ImageRight {
float: right;
margin: 0 0 16px 16px;
}

.clearImages {
clear: both;
}