Hi Kaspars,
I am facing some trouble with implementing your plugin which I really want to use on my blog running under i3theme with two sidebars. My function.php contains unique identifiers as you can see here:

<?php
if ( function_exists(‘register_sidebars’) )
register_sidebars(2, array(
‘before_widget’ => ‘<!–sidebox start –><div id="%1$s" class="dbx-box %2$s">’,
‘after_widget’ => ‘</div></div><!–sidebox end –>’,
‘before_title’ => ‘<h3 class="dbx-handle">’,
‘after_title’ => ‘</h3><div class="dbx-content">’,
));

But I think there is a problem with the dbx-box and the handling of the left and right sidebar which I cannot figure out properly. I would appreciate any help and also buy you some lunch ;-) if you could help me on that.
Thank you very much in advance,
Michael