stylesMap.put(StylePropertyDetails.LEFT,
STYLE_VALUE_FACTORY.getLength(null, -1 * this.imageSizePx, LengthUnit.PX));
updateStyles(divInnerAttributes.getStyles(),stylesMap);
openDivElement(protocol, divInnerAttributes);
TableAttributes attributes = createTableAttributes(protocol, false);
updateStyles(attributes.getStyles(), tableCellStyles);
createTableElement(protocol,attributes);
for (int i = 0; i < MOVABLE_IMAGES_TABLE_SIZE; i++) {
createTableRowElement(protocol);
for (int j = 0; j < MOVABLE_IMAGES_TABLE_SIZE; j++) {