Put the following div around your Easy-tags for the share buttons:
<div style="position: relative; top:0px; left:0px; z-index: 99;" class="scsocialbuttons standard">
//Easy-tags here
</div>
It also looks like you've put the br tag after each Easy-tag. That will need to be removed as it puts them on separate lines. After those two changes, the buttons should float left.