.gQuick { margin: 0 !important; padding: 0 !important; border: none !important; } #gQuickPane { background: #fff; opacity: 0.8; border-bottom: 1px dashed #000; } #gQuickPane div { background-color: red; float: right; display: inline; cursor: pointer; margin: 8px; } #gQuickPane .rotate-clockwise { background: url('../images/arrow_rotate_clockwise.png'); width: 16px; height: 16px; position: absolute; top: 0px; right: 0px; } #gQuickPane .rotate-clockwise span { display: none; } #gQuickPane .rotate-counter-clockwise { background: url('../images/arrow_rotate_anticlockwise.png'); width: 16px; height: 16px; position: absolute; top: 0px; left: 0px; } #gQuickPane .rotate-counter-clockwise span { display: none; } #gQuickPane .edit { background: url('../images/image_edit.png'); width: 16px; height: 16px; position: absolute; top: 0px; left: 50%; } #gQuickPane .edit span { display: none; }