.ibimage_left {
/* This is here just for reference. Since imagebrowser creates a style .ibimage_left but instead uses class="ibimage left" (no underscore) in code, the actual code is kept in aandg.css. See .ibimage.left */
float: left;
margin-right: 5px;
}

.ibimage_right {
/* This is here just for reference. Since imagebrowser creates a style .ibimage_right but instead uses class="ibimage right" (no underscore) in code, the actual code is kept in aandg.css. See .ibimage.right */
float: right;
margin-left: 5px;
}

