{style}{literal} .ow_avatar_console .ow_avatar_label { bottom: 5px; right: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } {/literal}{/style} {if $owner} {script} {literal} (function(){ $("#avatar-console").hover( function(){ $("#avatar-change").fadeIn("fast"); }, function(){ $("#avatar-change").fadeOut("fast"); } ); }()); {/literal} {/script} {/if}