Hi,
You can set the ItemTemplate property for the items:
<RLC:RichLiveCombo ID="rlc1" runat="server">
<ItemTemplate>
<div style="background-image: url(images/flags/$$ItemText$$.png);">$$ItemText$$</div>
</ItemTemplate>
</RLC:RichLiveCombo>
There you go!